[wp-trac] [WordPress Trac] #27889: "Installed" string is missing a context
WordPress Trac
noreply at wordpress.org
Fri Apr 18 13:14:48 UTC 2014
#27889: "Installed" string is missing a context
----------------------------+-----------------------------
Reporter: SergeyBiryukov | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: I18N | Version: 3.9
Severity: normal | Keywords: has-patch
Focuses: |
----------------------------+-----------------------------
We use `_x( 'Installed', 'plugin' )` for plugins and `_x( 'Installed',
'theme' )` for themes:
[source:tags/3.9/src/wp-admin/includes/class-wp-plugin-install-list-
table.php#L252]
[source: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:
[source: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()`:
[source:tags/3.9/src/wp-includes/ms-functions.php#L1372]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27889>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list