[wp-trac] Re: [WordPress Trac] #5515: Ambiguous string clashes when localizing in wp-admin/export.php l

WordPress Trac wp-trac at lists.automattic.com
Mon Dec 24 15:03:41 GMT 2007


#5515: Ambiguous string clashes when localizing in wp-admin/export.php l
-------------------------------+--------------------------------------------
 Reporter:  RanYanivHartstein  |        Owner:  westi   
     Type:  defect             |       Status:  assigned
 Priority:  normal             |    Milestone:  2.4     
Component:  i18n               |      Version:  2.3.2   
 Severity:  normal             |   Resolution:          
 Keywords:  needs-patch        |  
-------------------------------+--------------------------------------------
Changes (by westi):

  * keywords:  has-patch => needs-patch
  * owner:  anonymous => westi
  * status:  new => assigned

Comment:

 Currently we have 'All' in three places in trunk:

 {{{
 ./wp-admin/export.php:<option value="all" selected="selected"><?php
 _e('All'); ?></option>
 ./wp-admin/edit.php:            <?php
 wp_dropdown_categories('show_option_all='.__('All').'&hide_empty=1&hierarchical=1&show_count=1&selected='.$cat);?>
 ./wp-admin/link-manager.php:$select_cat .= '<option value="all"'  .
 (($cat_id == 'all') ? " selected='selected'" : '') . '>' . __('All') .
 "</option>\n";
 }}}

 And we need to something consistent for all of them.

 Maybe we should continue using All but give them context?

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


More information about the wp-trac mailing list