[wp-trac] [WordPress Trac] #18096: Localization context for All Links

WordPress Trac wp-trac at lists.automattic.com
Wed Jul 13 09:45:13 UTC 2011


#18096: Localization context for All Links
--------------------------+-----------------------------
 Reporter:  pavelevap     |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  I18N          |    Version:  3.2
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 String "All Links" is used on several places, but in some languages there
 are several meanings (see attached patch):

 - "All Links" in left admin menu (submenu) is about listing links. Also
 other submenus have unique strings for better handling in menu.
 - "All Links" in Links widget is much more about counting link items (like
 "all of them").

 In Links widget there are two places with the same string, but I could not
 simulate to display one of them on my testing website?


 {{{
 if ( is_admin() && !$category ) {
         // Display All Links widget as such in the widgets screen
         echo $before_widget . $before_title. __('All Links') .
 $after_title . $after_widget;
         return;
 }
 }}}

 This situation will never happen?

 And one more question - is it possible to uncheck categories for selected
 link (to make link without any attached link category)? I tried to uncheck
 category checkbox and it did not work (after saving was category to this
 link restored). I am not sure if it is feature or bug?

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


More information about the wp-trac mailing list