Docs: Further clarify the description for `install_dashboard()`.

Follow-up to [52931].

See #54729.
Built from https://develop.svn.wordpress.org/trunk@52934


git-svn-id: http://core.svn.wordpress.org/trunk@52523 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-03-14 18:14:00 +00:00
parent 0d747500ba
commit 3d5b1eac13
3 changed files with 3 additions and 3 deletions

View File

@ -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
*/

View File

@ -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,

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-alpha-52933';
$wp_version = '6.0-alpha-52934';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.