Changeset 42685 for trunk/src/wp-admin/network/menu.php
- Timestamp:
- 02/10/2018 08:42:07 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/menu.php
r42343 r42685 52 52 $submenu['themes.php'][5] = array( __( 'Installed Themes' ), 'manage_network_themes', 'themes.php' ); 53 53 $submenu['themes.php'][10] = array( _x( 'Add New', 'theme' ), 'install_themes', 'theme-install.php' ); 54 $submenu['themes.php'][15] = array( _ x( 'Editor', 'theme editor' ), 'edit_themes', 'theme-editor.php' );54 $submenu['themes.php'][15] = array( __( 'Theme Editor' ), 'edit_themes', 'theme-editor.php' ); 55 55 56 56 if ( current_user_can( 'update_plugins' ) && $update_data['counts']['plugins'] ) { … … 61 61 $submenu['plugins.php'][5] = array( __( 'Installed Plugins' ), 'manage_network_plugins', 'plugins.php' ); 62 62 $submenu['plugins.php'][10] = array( _x( 'Add New', 'plugin' ), 'install_plugins', 'plugin-install.php' ); 63 $submenu['plugins.php'][15] = array( _ x( 'Editor', 'plugin editor' ), 'edit_plugins', 'plugin-editor.php' );63 $submenu['plugins.php'][15] = array( __( 'Plugin Editor' ), 'edit_plugins', 'plugin-editor.php' ); 64 64 65 65 $menu[25] = array( __( 'Settings' ), 'manage_network_options', 'settings.php', '', 'menu-top menu-icon-settings', 'menu-settings', 'dashicons-admin-settings' );
Note: See TracChangeset
for help on using the changeset viewer.