mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Accessibility: bump headings one level up on the Add Plugins screen for a better headings hierarchy.
Fixes #33818. git-svn-id: https://develop.svn.wordpress.org/trunk@35009 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user