From 26bb0d7479e1dd08dd982513ee6bee94f4c6f13d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 14 Mar 2022 18:12:29 +0000 Subject: [PATCH] Docs: Further clarify the description for `install_dashboard()`. Follow-up to [52931]. See #54729. git-svn-id: https://develop.svn.wordpress.org/trunk@52934 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/plugin-install.php | 2 +- src/wp-admin/includes/plugin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/plugin-install.php b/src/wp-admin/includes/plugin-install.php index 3f7c07703f..f2f02e0218 100644 --- a/src/wp-admin/includes/plugin-install.php +++ b/src/wp-admin/includes/plugin-install.php @@ -261,7 +261,7 @@ function install_popular_tags( $args = array() ) { } /** - * Displays plugin install dashboard. + * Displays the Featured tab of Add Plugins screen. * * @since 2.7.0 */ diff --git a/src/wp-admin/includes/plugin.php b/src/wp-admin/includes/plugin.php index da00c2d456..58718a01d5 100644 --- a/src/wp-admin/includes/plugin.php +++ b/src/wp-admin/includes/plugin.php @@ -2304,7 +2304,7 @@ function plugin_sandbox_scrape( $plugin ) { } /** - * Declares an helper function for adding content to the Privacy Policy Guide. + * Declares a helper function for adding content to the Privacy Policy Guide. * * Plugins and themes should suggest text for inclusion in the site's privacy policy. * The suggested text should contain information about any functionality that affects user privacy,