Changeset 23619 for trunk/wp-admin/includes/ms.php
- Timestamp:
- 03/05/2013 05:02:31 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/ms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ms.php
r23380 r23619 529 529 return false; 530 530 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">Up date 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>"; 532 532 } 533 533 add_action( 'admin_notices', 'site_admin_notice' );
Note: See TracChangeset
for help on using the changeset viewer.