mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user