Opened 11 months ago
Closed 8 months ago
#20910 closed defect (bug) (fixed)
Inaccurate context for Plugins > Add New in network menu
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | I18N | Version: | 3.1 |
| Severity: | minor | Keywords: | has-patch |
| Cc: |
Description
In wp-admin/menu.php, "Add New" string for plugins has plugin context:
http://core.trac.wordpress.org/browser/tags/3.3.2/wp-admin/menu.php#L161
In wp-admin/network/menu.php, the same string has plugin editor context:
http://core.trac.wordpress.org/browser/tags/3.3.2/wp-admin/network/menu.php#L41
Seems to be a copy/paste error in [15867].
Attachments (1)
Change History (3)
SergeyBiryukov — 11 months ago
comment:1
SergeyBiryukov — 11 months ago
- Milestone changed from Future Release to 3.5
Note: See
TracTickets for help on using
tickets.

In [21858]: