[wp-trac] [WordPress Trac] #13506: wpmu_active_signup states are not gettexted

WordPress Trac wp-trac at lists.automattic.com
Sun May 23 17:31:06 UTC 2010


#13506: wpmu_active_signup states are not gettexted
--------------------------+-------------------------------------------------
 Reporter:  jottlieb      |       Owner:  jottlieb             
     Type:  defect (bug)  |      Status:  new                  
 Priority:  normal        |   Milestone:  3.0                  
Component:  i18n          |     Version:  3.0                  
 Severity:  minor         |    Keywords:  gettext, registration
--------------------------+-------------------------------------------------
 Hi there,

 the states "all", "none", "blog" or "user" in
 {{{
 $active_signup = apply_filters( 'wpmu_active_signup', $active_signup );
 }}}
  seem note be gettexted, but this is necessary, because they're echoed in
 wp-signup.php:

 {{{
 if ( is_super_admin() )
       echo '<div class="mu_alert">' . sprintf( __( 'Greetings Site
 Administrator! You are currently allowing &#8220;%s&#8221; registrations.
 To change or disable registration go to your <a href="%s">Options
 page</a>.' ), $active_signup, esc_url( network_admin_url( 'ms-options.php'
 ) ) ) . '</div>';
 }}}

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


More information about the wp-trac mailing list