X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/849f15aeed7a5e39314057bdc0064d8edd60dd7d..c81aba3d563f7459dc79140e4c5be67bcf506b92:/wp-admin/plugin-install.php?ds=sidebyside diff --git a/wp-admin/plugin-install.php b/wp-admin/plugin-install.php index e2431eb9..c9f2b50f 100644 --- a/wp-admin/plugin-install.php +++ b/wp-admin/plugin-install.php @@ -54,6 +54,8 @@ if ( 'plugin-information' != $tab ) $body_id = $tab; +wp_enqueue_script( 'updates' ); + /** * Fires before each tab on the Install Plugins screen is loaded. * @@ -82,17 +84,23 @@ get_current_screen()->add_help_tab( array( get_current_screen()->set_help_sidebar( '

' . __('For more information:') . '

' . - '

' . __('Documentation on Installing Plugins') . '

' . + '

' . __('Documentation on Installing Plugins') . '

' . '

' . __('Support Forums') . '

' ); +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'); ?>
-

+

' . $text . ''; + echo ' ' . $text . ''; } ?> -

+
+