]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/plugin-install.php
WordPress 4.4.1-scripts
[autoinstalls/wordpress.git] / wp-admin / plugin-install.php
index be8e80f6582ebb3b50541427b073887a310d0e6d..c9f2b50fcba3b259f0d5ca49ddc35f202140379b 100644 (file)
@@ -88,13 +88,19 @@ get_current_screen()->set_help_sidebar(
        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
 );
 
+get_current_screen()->set_screen_reader_content( array(
+       'heading_views'      => __( 'Filter plugins list' ),
+       'heading_pagination' => __( 'Plugins list navigation' ),
+       'heading_list'       => __( 'Plugins list' ),
+) );
+
 /**
  * WordPress Administration Template Header.
  */
 include(ABSPATH . 'wp-admin/admin-header.php');
 ?>
 <div class="wrap">
-<h2>
+<h1>
        <?php
        echo esc_html( $title );
        if ( ! empty( $tabs['upload'] ) && current_user_can( 'upload_plugins' ) ) {
@@ -105,10 +111,10 @@ include(ABSPATH . 'wp-admin/admin-header.php');
                        $href = self_admin_url( 'plugin-install.php?tab=upload' );
                        $text = __( 'Upload Plugin' );
                }
-               echo ' <a href="' . $href . '" class="upload add-new-h2">' . $text . '</a>';
+               echo ' <a href="' . $href . '" class="upload page-title-action">' . $text . '</a>';
        }
        ?>
-</h2>
+</h1>
 
 <?php
 if ( $tab !== 'upload' ) {