[wp-trac] [WordPress Trac] #9058: Unescaped single quote like character within a string

WordPress Trac wp-trac at lists.automattic.com
Fri Feb 6 12:01:16 GMT 2009


#9058: Unescaped single quote like character within a string
--------------------------+-------------------------------------------------
 Reporter:  phsab         |       Owner:  anonymous             
     Type:  defect (bug)  |      Status:  new                   
 Priority:  normal        |   Milestone:  2.8                   
Component:  General       |     Version:                        
 Severity:  normal        |    Keywords:  Unescaped single quote
--------------------------+-------------------------------------------------
 This was first reported to the WP MU dev team (#886), but donncha
 suggested to submit this to the WP dev team. So here it is....

 While translating WP MU poedit stumbled over an unescaped single quote-
 like character within a string. It can be found at line 3429 in wp-
 admin/includes/template.php

 <snip>...a module you’ll notice...</snip>

 It may remain unnoticed, but that will depend on your language-setting.

 Solution is to change it into:

 <snip>...a module you\'ll notice...</snip>

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


More information about the wp-trac mailing list