Make WordPress Core


Ignore:
Timestamp:
03/05/2013 05:02:31 PM (13 years ago)
Author:
ryan
Message:

Call them network upgrades rather than network updates to better indicate that they are DB upgrades rather than code/file upgrades.

Improve the contextual help for the Network Upgrade screen.

Props DrewAPicture
fixes #23540

File:
1 edited

Legend:

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

    r21858 r23619  
    5757
    5858$submenu[ 'upgrade.php' ][10] = array( __( 'Available Updates' ), 'update_core', 'update-core.php' );
    59 $submenu[ 'upgrade.php' ][15] = array( __( 'Update Network' ), 'manage_network', 'upgrade.php' );
     59$submenu[ 'upgrade.php' ][15] = array( __( 'Upgrade Network' ), 'manage_network', 'upgrade.php' );
    6060
    6161$menu[99] = array( '', 'read', 'separator-last', '', 'wp-menu-separator-last' );
Note: See TracChangeset for help on using the changeset viewer.