Changeset 15484 for trunk/wp-admin/includes/ms.php
- Timestamp:
- 08/02/2010 03:36:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ms.php
r15381 r15484 732 732 return false; 733 733 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>"; 735 735 } 736 736 add_action( 'admin_notices', 'site_admin_notice' );
Note: See TracChangeset
for help on using the changeset viewer.