diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/includes/plugin-install.php --- a/wp/wp-admin/includes/plugin-install.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/includes/plugin-install.php Tue Sep 27 16:37:53 2022 +0200 @@ -136,7 +136,7 @@ /** * Filters the response for the current WordPress.org Plugin Installation API request. * - * Passing a non-false value will effectively short-circuit the WordPress.org API request. + * Returning a non-false value will effectively short-circuit the WordPress.org API request. * * If `$action` is 'query_plugins' or 'plugin_information', an object MUST be passed. * If `$action` is 'hot_tags' or 'hot_categories', an array should be passed. @@ -235,7 +235,7 @@ } /** - * Retrieve popular WordPress plugin tags. + * Retrieves popular WordPress plugin tags. * * @since 2.7.0 * @@ -261,21 +261,13 @@ } /** + * Displays the Featured tab of Add Plugins screen. + * * @since 2.7.0 */ function install_dashboard() { + display_plugins_table(); ?> -

- WordPress Plugin Directory or upload a plugin in .zip format by clicking the button at the top of this page.' ), - __( 'https://wordpress.org/plugins/' ) - ); - ?> -

- -