[wp-trac] [WordPress Trac] #10910: Standardize comment form

WordPress Trac wp-trac at lists.automattic.com
Mon Feb 1 07:31:03 UTC 2010


#10910: Standardize comment form
----------------------------+-----------------------------------------------
 Reporter:  Otto42          |       Owner:  beaulebens
     Type:  task (blessed)  |      Status:  assigned  
 Priority:  normal          |   Milestone:  3.0       
Component:  Comments        |     Version:  2.9       
 Severity:  normal          |    Keywords:  has-patch 
----------------------------+-----------------------------------------------

Comment(by greenshady):

 Shouldn't this line:

 {{{
 <?php do_action( 'comments_form', $post_id ); ?>
 }}}

 Be:

 {{{
 <?php do_action( 'comment_form', $post_id ); ?>
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10910#comment:20>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list