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/class-wp-plugin-install-list-table.php

    r34891 r35009  
    497497            <div class="plugin-card-top">
    498498                <div class="name column-name">
    499                     <h4>
     499                    <h3>
    500500                        <a href="<?php echo esc_url( $details_link ); ?>" class="thickbox">
    501501                        <?php echo $title; ?>
    502502                        <img src="<?php echo esc_attr( $plugin_icon_url ) ?>" class="plugin-icon" alt="">
    503503                        </a>
    504                     </h4>
     504                    </h3>
    505505                </div>
    506506                <div class="action-links">
Note: See TracChangeset for help on using the changeset viewer.