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
This commit is contained in:
parent
7884c33821
commit
b10b4a2586
|
@ -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.9-alpha-51281';
|
||||
$wp_version = '5.9-alpha-51282';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue