[wp-trac] [WordPress Trac] #17294: PHP localisation bug?

WordPress Trac wp-trac at lists.automattic.com
Sat Apr 30 21:37:47 UTC 2011


#17294: PHP localisation bug?
--------------------------+-------------------------------------
 Reporter:  ginocolada    |      Owner:  gino@…
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Taxonomy      |    Version:  3.1
 Severity:  minor         |   Keywords:  dev-feedback
--------------------------+-------------------------------------
 The cloud tag doesn't translate from the .mo file properly.

 Because code is missing in wp-includes/category-template.php in line 683.


 {{{
 $tag_name
 }}}


 should be


 {{{
 __($tag_name)
 }}}

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


More information about the wp-trac mailing list