mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Administration: Bring the update nag in line with other admin notices.
In addition to more consistent display, this gives it a visible border on the About page. Props desrosj, nikhilbhansi, afercia, SergeyBiryukov. Fixes #50372. git-svn-id: https://develop.svn.wordpress.org/trunk@48316 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -703,7 +703,7 @@ function site_admin_notice() {
|
||||
}
|
||||
|
||||
if ( get_site_option( 'wpmu_upgrade_site' ) != $wp_db_version ) {
|
||||
echo "<div class='update-nag'>" . sprintf(
|
||||
echo "<div class='update-nag notice notice-warning inline'>" . sprintf(
|
||||
/* translators: %s: URL to Upgrade Network screen. */
|
||||
__( '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' ) )
|
||||
|
||||
Reference in New Issue
Block a user