Opened 11 years ago
Closed 10 years ago
#27889 closed defect (bug) (fixed)
"Installed" string is missing a context
Reported by: | SergeyBiryukov | Owned by: | |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | I18N | Keywords: | has-patch commit fixed-major i18n-change |
Focuses: | Cc: |
Description
We use _x( 'Installed', 'plugin' )
for plugins and _x( 'Installed', 'theme' )
for themes:
tags/3.9/src/wp-admin/includes/class-wp-plugin-install-list-table.php#L252
tags/3.9/src/wp-admin/includes/class-wp-theme-install-list-table.php#L256
However, one instance (added in [28025]) is missing a context:
tags/3.9/src/wp-admin/theme-install.php#L213
We also need a context for "Already Installed" string, since it's also used in install_blog()
:
tags/3.9/src/wp-includes/ms-functions.php#L1372
Attachments (1)
Change History (7)
This ticket was mentioned in IRC in #wordpress-dev by netweb. View the logs.
11 years ago
Note: See
TracTickets for help on using
tickets.
In 28160: