Skip to content

Commit 26bb0d7

Browse files
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
1 parent abfaf6d commit 26bb0d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-admin/includes/plugin-install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ function install_popular_tags( $args = array() ) {
261261
}
262262

263263
/**
264-
* Displays plugin install dashboard.
264+
* Displays the Featured tab of Add Plugins screen.
265265
*
266266
* @since 2.7.0
267267
*/

src/wp-admin/includes/plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2304,7 +2304,7 @@ function plugin_sandbox_scrape( $plugin ) {
23042304
}
23052305

23062306
/**
2307-
* Declares an helper function for adding content to the Privacy Policy Guide.
2307+
* Declares a helper function for adding content to the Privacy Policy Guide.
23082308
*
23092309
* Plugins and themes should suggest text for inclusion in the site's privacy policy.
23102310
* The suggested text should contain information about any functionality that affects user privacy,

0 commit comments

Comments
 (0)