From 5ab06c336e8f484c6ecdb36ff577540c85d0a2de Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 30 Apr 2012 01:47:22 +0000 Subject: [PATCH] In comment_form(), pass the $post_id to comments_open(). props insertvisionhere. fixes #20572. git-svn-id: http://svn.automattic.com/wordpress/trunk@20641 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/comment-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 18f001ca20..b801e0c1ed 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -1549,7 +1549,7 @@ function comment_form( $args = array(), $post_id = null ) { $args = wp_parse_args( $args, apply_filters( 'comment_form_defaults', $defaults ) ); ?> - +