Opened 12 years ago
Closed 12 years ago
#27889 closed defect (bug) (fixed)
"Installed" string is missing a context
| Reported by: | SergeyBiryukov | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.0 |
| Component: | I18N | Version: | 3.9 |
| Severity: | normal | Keywords: | has-patch commit fixed-major i18n-change |
| Cc: | Focuses: |
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
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 28160: