Make WordPress Core

Changeset 34701


Ignore:
Timestamp:
09/29/2015 09:27:42 PM (9 years ago)
Author:
wonderboymusic
Message:

Network Upgrade: switch <h3> to <h2>.

Props afercia.
Fixes #34082.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/upgrade.php

    r32974 r34701  
    112112        if ( get_site_option( 'wpmu_upgrade_site' ) != $GLOBALS['wp_db_version'] ) :
    113113        ?>
    114         <h3><?php _e( 'Database Upgrade Required' ); ?></h3>
     114        <h2><?php _e( 'Database Upgrade Required' ); ?></h2>
    115115        <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>
    116116        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.