Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards.

Follow-up to [55911].

Props costdev, audrasjb.
See #57840.



Built from https://develop.svn.wordpress.org/trunk@55916


git-svn-id: http://core.svn.wordpress.org/trunk@55428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2023-06-14 12:57:20 +00:00
parent ddc2c454be
commit 3ce7c7e435
6 changed files with 108 additions and 105 deletions

View File

@@ -532,7 +532,7 @@ function wp_network_dashboard_right_now() {
}
/**
* The Quick Draft widget display and creation of drafts.
* Displays the Quick Draft widget.
*
* @since 3.8.0
*
@@ -920,7 +920,9 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
}
/**
* Callback function for Activity widget.
* Outputs the Activity widget.
*
* Callback function for {@see 'dashboard_activity'}.
*
* @since 3.8.0
*/
@@ -1227,10 +1229,9 @@ function wp_dashboard_trigger_widget_control( $widget_control_id = false ) {
}
/**
* The RSS dashboard widget control.
* Sets up the RSS dashboard widget control and $args to be used as input to wp_widget_rss_form().
*
* Sets up $args to be used as input to wp_widget_rss_form(). Handles POST data
* from RSS-type widgets.
* Handles POST data from RSS-type widgets.
*
* @since 2.5.0
*
@@ -2023,7 +2024,9 @@ function wp_dashboard_site_health() {
}
/**
* Empty function usable by plugins to output empty dashboard widget (to be populated later by JS).
* Outputs empty dashboard widget to be populated by JS later.
*
* Usable by plugins.
*
* @since 2.5.0
*/