Opened 11 months ago

Closed 8 months ago

#20910 closed defect (bug) (fixed)

Inaccurate context for Plugins > Add New in network menu

Reported by: SergeyBiryukov Owned by: nacin
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)

20910.patch (927 bytes) - added by SergeyBiryukov 11 months ago.

Download all attachments as: .zip

Change History (3)

  • Milestone changed from Future Release to 3.5
  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In [21858]:

Correct a translation context in the network admin. props SergeyBiryukov. fixes #20910.

Note: See TracTickets for help on using tickets.