diff --git a/wp-admin/includes/plugin-install.php b/wp-admin/includes/plugin-install.php index 3f7c07703f..f2f02e0218 100644 --- a/wp-admin/includes/plugin-install.php +++ b/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/wp-admin/includes/plugin.php b/wp-admin/includes/plugin.php index da00c2d456..58718a01d5 100644 --- a/wp-admin/includes/plugin.php +++ b/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, diff --git a/wp-includes/version.php b/wp-includes/version.php index c7ec5e5044..936d02f9d2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.