Make WordPress Core


Ignore:
Timestamp:
06/27/2015 03:40:27 PM (8 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/theme-install.php

    r32835 r32974  
    103103?>
    104104<div class="wrap">
    105     <h2><?php
     105    <h1><?php
    106106    echo esc_html( $title );
    107107
     
    121121        echo ' <a href="#" class="browse-themes add-new-h2">' . _x( 'Browse', 'themes' ) . '</a>';
    122122    }
    123     ?></h2>
     123    ?></h1>
    124124
    125125    <div class="upload-theme">
Note: See TracChangeset for help on using the changeset viewer.