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/network/site-info.php

    r32761 r32974  
    138138
    139139<div class="wrap">
    140 <h2 id="edit-site"><?php echo $title_site_url_linked ?></h2>
     140<h1 id="edit-site"><?php echo $title_site_url_linked; ?></h1>
    141141<h3 class="nav-tab-wrapper">
    142142<?php
Note: See TracChangeset for help on using the changeset viewer.