[wp-trac] [WordPress Trac] #12874: $comment_ID argument is missing in comment_excerpt()

WordPress Trac wp-trac at lists.automattic.com
Tue Apr 6 15:54:44 UTC 2010


#12874: $comment_ID argument is missing in comment_excerpt()
--------------------------+-------------------------------------------------
 Reporter:  tenpura       |       Owner:            
     Type:  defect (bug)  |      Status:  new       
 Priority:  normal        |   Milestone:  Unassigned
Component:  Comments      |     Version:  3.0       
 Severity:  normal        |    Keywords:            
--------------------------+-------------------------------------------------
 {{{
 echo apply_filters('comment_excerpt', get_comment_excerpt() );
 }}}
 should be
 {{{
 echo apply_filters('comment_excerpt', get_comment_excerpt($comment_ID) );
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/12874>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list