Network Upgrade: switch <h3>
to <h2>
.
Props afercia. Fixes #34082. git-svn-id: https://develop.svn.wordpress.org/trunk@34701 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0058018799
commit
3d06ffcbbc
@ -111,7 +111,7 @@ switch ( $action ) {
|
|||||||
default:
|
default:
|
||||||
if ( get_site_option( 'wpmu_upgrade_site' ) != $GLOBALS['wp_db_version'] ) :
|
if ( get_site_option( 'wpmu_upgrade_site' ) != $GLOBALS['wp_db_version'] ) :
|
||||||
?>
|
?>
|
||||||
<h3><?php _e( 'Database Upgrade Required' ); ?></h3>
|
<h2><?php _e( 'Database Upgrade Required' ); ?></h2>
|
||||||
<p><?php _e( 'WordPress has been updated! Before we send you on your way, we need to individually upgrade the sites in your network.' ); ?></p>
|
<p><?php _e( 'WordPress has been updated! Before we send you on your way, we need to individually upgrade the sites in your network.' ); ?></p>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user