[wp-trac] Re: [WordPress Trac] #3471: Fatal error messages are cached by proxy servers

WordPress Trac wp-trac at lists.automattic.com
Thu Sep 13 03:13:07 GMT 2007


#3471: Fatal error messages are cached by proxy servers
-----------------------+----------------------------------------------------
 Reporter:  justdave   |        Owner:  anonymous
     Type:  defect     |       Status:  new      
 Priority:  normal     |    Milestone:  2.3      
Component:  General    |      Version:  2.1      
 Severity:  normal     |   Resolution:           
 Keywords:  has-patch  |  
-----------------------+----------------------------------------------------
Comment (by markjaquith):

 {{{
 $title = function_exists('__') ? __($title) : $title;
 }}}

 You can't use the translation functions like this (passing a variable).
 You'll have to do an if/else.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3471#comment:8>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list