[wp-trac] [WordPress Trac] #12485: Maintenance Message is not flagged for translation

WordPress Trac wp-trac at lists.automattic.com
Tue Mar 2 21:13:07 UTC 2010


#12485: Maintenance Message is not flagged for translation
--------------------------+-------------------------------------------------
 Reporter:  hakre         |       Owner:             
     Type:  defect (bug)  |      Status:  new        
 Priority:  normal        |   Milestone:  3.0        
Component:  General       |     Version:  3.0        
 Severity:  normal        |    Keywords:  needs-patch
--------------------------+-------------------------------------------------

Comment(by hakre):

 For reference: {{{/*WP_I18N_MARKER*/ [string] /*/WP_I18N_MARKER*/}}}

 for die(); good point, so a casual check could be made for making
 testable:

 {{{
 if (!function_exists('wp_die')) die(); else wp_die();
 }}}

 References: #12444, #11892

 And/Or since it is a pluggable, wp_die() could be inited far front and
 becomming more functional later. Might help in #12444 as well.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/12485#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list