Make WordPress Core


Ignore:
Timestamp:
10/10/2015 03:16:04 PM (10 years ago)
Author:
afercia
Message:

Accessibility: bump headings one level up on the Add Plugins screen for a better headings hierarchy.

Fixes #33818.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/plugin-install.php

    r34764 r35009  
    215215    <?php display_plugins_table(); ?>
    216216
    217     <h3><?php _e( 'Popular tags' ) ?></h3>
     217    <h2><?php _e( 'Popular tags' ) ?></h2>
    218218    <p><?php _e( 'You may also browse based on the most popular tags in the Plugin Directory:' ) ?></p>
    219219    <?php
Note: See TracChangeset for help on using the changeset viewer.