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.