Ticket #48932: 48932.diff
File 48932.diff, 526 bytes (added by , 4 years ago) |
---|
-
wp-admin/includes/dashboard.php
diff --git wp-admin/includes/dashboard.php wp-admin/includes/dashboard.php index 096cc89cde..23a0d4b04f 100644
function wp_dashboard_quota() { 1553 1553 <?php 1554 1554 } 1555 1555 1556 // Display Browser Nag Meta Box 1556 /** 1557 * Display Browser Nag Meta Box. 1558 * 1559 * @since 3.2.0 1560 * 1561 * @return string The notice output for the 'Browse Happy' nag meta box. 1562 */ 1557 1563 function wp_dashboard_browser_nag() { 1558 1564 $notice = ''; 1559 1565 $response = wp_check_browser_version();