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

Fixes #33818.
Built from https://develop.svn.wordpress.org/trunk@35009


git-svn-id: http://core.svn.wordpress.org/trunk@34974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2015-10-10 15:17:26 +00:00
parent a5c1f545c4
commit 6ec8174ca1
7 changed files with 12 additions and 12 deletions

View File

@@ -496,12 +496,12 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
<div class="plugin-card plugin-card-<?php echo sanitize_html_class( $plugin['slug'] ); ?>">
<div class="plugin-card-top">
<div class="name column-name">
<h4>
<h3>
<a href="<?php echo esc_url( $details_link ); ?>" class="thickbox">
<?php echo $title; ?>
<img src="<?php echo esc_attr( $plugin_icon_url ) ?>" class="plugin-icon" alt="">
</a>
</h4>
</h3>
</div>
<div class="action-links">
<?php

View File

@@ -214,7 +214,7 @@ function install_dashboard() {
<?php display_plugins_table(); ?>
<h3><?php _e( 'Popular tags' ) ?></h3>
<h2><?php _e( 'Popular tags' ) ?></h2>
<p><?php _e( 'You may also browse based on the most popular tags in the Plugin Directory:' ) ?></p>
<?php