diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 096cc89cde..569f078243 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -1471,7 +1471,7 @@ function wp_dashboard_primary() { } /** - * Display the WordPress events and news feeds. + * Displays the WordPress events and news feeds. * * @since 3.8.0 * @since 4.8.0 Removed popular plugins feed. @@ -1489,7 +1489,7 @@ function wp_dashboard_primary_output( $widget_id, $feeds ) { } /** - * Display file upload quota on dashboard. + * Displays file upload quota on dashboard. * * Runs on the {@see 'activity_box_end'} hook in wp_dashboard_right_now(). * @@ -1553,7 +1553,11 @@ function wp_dashboard_quota() {