Opened 15 years ago
Closed 15 years ago
#18096 closed defect (bug) (fixed)
Localization context for All Links
| Reported by: | pavelevap | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | I18N | Version: | 3.2 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
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?
Attachments (3)
Change History (10)
#3
@
15 years ago
- Milestone Awaiting Review → 3.3
Replying to pavelevap:
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?
That part was introduced in [10896] as a fix for #9449. It doesn't make much sense, since the function is never called in the admin, unless I'm missing something. So I removed it in my patch.
Replying to ramiy:
In RTL, the "left admin menu" will be "right admin menu". You better change this to "admin menu".
Done in 18096.patch.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In RTL, the "left admin menu" will be "right admin menu". You better change this to "admin menu".