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/includes/ms.php

    r23380 r23619  
    529529        return false;
    530530    if ( get_site_option( 'wpmu_upgrade_site' ) != $wp_db_version )
    531         echo "<div class='update-nag'>" . sprintf( __( 'Thank you for Updating! Please visit the <a href="%s">Update Network</a> page to update all your sites.' ), esc_url( network_admin_url( 'upgrade.php' ) ) ) . "</div>";
     531        echo "<div class='update-nag'>" . sprintf( __( 'Thank you for Updating! Please visit the <a href="%s">Upgrade Network</a> page to update all your sites.' ), esc_url( network_admin_url( 'upgrade.php' ) ) ) . "</div>";
    532532}
    533533add_action( 'admin_notices', 'site_admin_notice' );
Note: See TracChangeset for help on using the changeset viewer.