Make WordPress Core

Changeset 21858


Ignore:
Timestamp:
09/15/2012 07:57:46 PM (11 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/menu.php

    r19712 r21858  
    3939}
    4040$submenu['plugins.php'][5]  = array( __('Installed Plugins'), 'manage_network_plugins', 'plugins.php' );
    41 $submenu['plugins.php'][10] = array( _x('Add New', 'plugin editor'), 'install_plugins', 'plugin-install.php' );
     41$submenu['plugins.php'][10] = array( _x('Add New', 'plugin'), 'install_plugins', 'plugin-install.php' );
    4242$submenu['plugins.php'][15] = array( _x('Editor', 'plugin editor'), 'edit_plugins', 'plugin-editor.php' );
    4343
Note: See TracChangeset for help on using the changeset viewer.