Make WordPress Core


Ignore:
Timestamp:
08/02/2010 03:36:57 PM (15 years ago)
Author:
ryan
Message:

Update network upgrade links. see #14435

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/ms.php

    r15381 r15484  
    732732        return false;
    733733    if ( get_site_option( 'wpmu_upgrade_site' ) != $wp_db_version )
    734         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( admin_url( 'ms-upgrade-network.php' ) ) ) . "</div>";
     734        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>";
    735735}
    736736add_action( 'admin_notices', 'site_admin_notice' );
Note: See TracChangeset for help on using the changeset viewer.