mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-14 06:36:47 +01:00
Docs: Adjust wp_dashboard_browser_nag()
DocBlock per the documentation standards.
Follow-up to [51117], [51119], [51120]. Props SergeyBiryukov. Merges [51282] to the 5.8 branch. See #52628, #53461. Built from https://develop.svn.wordpress.org/branches/5.8@51313 git-svn-id: http://core.svn.wordpress.org/branches/5.8@50922 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6673ddf2a1
commit
6dafb3154f
@ -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;
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8-RC1-51312';
|
||||
$wp_version = '5.8-RC1-51313';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user