From 9b91ffde045b370d6cc4f13c6bda763a93b8a818 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 11 Dec 2019 10:59:05 +0000 Subject: [PATCH] Docs: Improve documentation for `wp_dashboard_browser_nag()` and `dashboard_browser_nag_class()`. Props grapplerulrich. Fixes #48932. Built from https://develop.svn.wordpress.org/trunk@46880 git-svn-id: http://core.svn.wordpress.org/trunk@46680 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/dashboard.php | 26 +++++++++++++++++--------- wp-includes/version.php | 2 +- 2 files changed, 18 insertions(+), 10 deletions(-) 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() {