From fee6c1d81ace005052803e942b6b2de0449763e0 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 30 Jun 2021 16:06:03 +0000 Subject: [PATCH] Docs: Adjust `wp_dashboard_browser_nag()` DocBlock per the documentation standards. Follow-up to [51117], [51119], [51120]. See #52628, #53461. git-svn-id: https://develop.svn.wordpress.org/trunk@51282 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/dashboard.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php index b7ee472724..14d2837867 100644 --- a/src/wp-admin/includes/dashboard.php +++ b/src/wp-admin/includes/dashboard.php @@ -1658,10 +1658,9 @@ function wp_dashboard_quota() { * Displays the browser update nag. * * @since 3.2.0 - * @since 5.8.0 Display special message for Internet Explorer users. + * @since 5.8.0 Added a special message for Internet Explorer users. * * @global bool $is_IE - * */ function wp_dashboard_browser_nag() { global $is_IE;