From b10b4a2586fa32e0cbee4e801f14db0037e5ec3a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 30 Jun 2021 16:07:57 +0000 Subject: [PATCH] Docs: Adjust `wp_dashboard_browser_nag()` DocBlock per the documentation standards. Follow-up to [51117], [51119], [51120]. See #52628, #53461. Built from https://develop.svn.wordpress.org/trunk@51282 git-svn-id: http://core.svn.wordpress.org/trunk@50891 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/dashboard.php | 3 +-- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index b7ee472724..14d2837867 100644 --- a/wp-admin/includes/dashboard.php +++ b/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; diff --git a/wp-includes/version.php b/wp-includes/version.php index ab42de80cb..f128f779d7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51281'; +$wp_version = '5.9-alpha-51282'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.