From 3575a07f4b73edaf1dc14052bb99033ff5283eb8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 11 Dec 2019 10:57:44 +0000 Subject: [PATCH] Docs: Improve documentation for `wp_dashboard_browser_nag()` and `dashboard_browser_nag_class()`. Props grapplerulrich. Fixes #48932. git-svn-id: https://develop.svn.wordpress.org/trunk@46880 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/dashboard.php | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php index 096cc89cde..569f078243 100644 --- a/src/wp-admin/includes/dashboard.php +++ b/src/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() {