Make WordPress Core


Ignore:
Timestamp:
12/09/2016 06:56:46 PM (8 years ago)
Author:
afercia
Message:

Accessibility: Remove inappropriate content from the Network screens headings.

See #26601.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/my-sites.php

    r38823 r39551  
    5656
    5757<div class="wrap">
    58 <h1><?php
     58<h1 class="wp-heading-inline"><?php
    5959echo esc_html( $title );
     60?></h1>
    6061
     62<?php
    6163if ( in_array( get_site_option( 'registration' ), array( 'all', 'blog' ) ) ) {
    6264    /** This filter is documented in wp-login.php */
     
    6466    printf( ' <a href="%s" class="page-title-action">%s</a>', esc_url( $sign_up_url ), esc_html_x( 'Add New', 'site' ) );
    6567}
    66 ?></h1>
    6768
    68 <?php
    6969if ( empty( $blogs ) ) :
    7070    echo '<p>';
     
    7373else :
    7474?>
     75
     76<hr class="wp-header-end">
     77
    7578<form id="myblogs" method="post">
    7679    <?php
Note: See TracChangeset for help on using the changeset viewer.