Make WordPress Core


Ignore:
Timestamp:
06/27/2015 03:40:27 PM (11 years ago)
Author:
obenland
Message:

Proper heading for admin screens.

First step towards restoring a good heading structure in wp-admin.
The previous <h1> contained the site title and a link to the front page and was removed with the toolbar refactoring in 3.2.

Props joedolson, afercia.
Fixes #31650.

File:
1 edited

Legend:

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

    r32642 r32974  
    4040
    4141echo '<div class="wrap">';
    42 echo '<h2>' . __( 'Upgrade Network' ) . '</h2>';
     42echo '<h1>' . __( 'Upgrade Network' ) . '</h1>';
    4343
    4444$action = isset($_GET['action']) ? $_GET['action'] : 'show';
Note: See TracChangeset for help on using the changeset viewer.