From 20c3b25c7e4be1cf5e0d96d65cb328b73c6197b3 Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@20641 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 ) ); ?> - +