[wp-trac] [WordPress Trac] #2554: Comments link title bug

WordPress Trac wp-trac at lists.automattic.com
Sat Mar 11 06:45:59 GMT 2006


#2554: Comments link title bug
-----------------------+----------------------------------------------------
       Id:  2554       |      Status:  new                     
Component:  Template   |    Modified:  Sat Mar 11 06:45:59 2006
 Severity:  trivial    |   Milestone:                          
 Priority:  normal     |     Version:  2.0.1                   
    Owner:  anonymous  |    Reporter:  kpumuk                  
-----------------------+----------------------------------------------------
 In function comments_popup_link following construction used:

 {{{ echo ' title="' . sprintf( __('Comment on %s'), $post->post_title )
 .'">'; }}}

 This is incorrect because it's possible to create plugin which filter
 title (for example, Polyglot)

 I think you need to change this to something like:

 {{{ echo ' title="' . sprintf( __('Comment on %s'), the_title('', '',
 false) ) .'">'; }}}

 PS. Please add 2.0.2 version to Version combo box on "Create New Ticket"
 page.

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


More information about the wp-trac mailing list