Ticket #40839: 40839.diff
File 40839.diff, 1.0 KB (added by , 8 years ago) |
---|
-
src/wp-admin/includes/dashboard.php
1508 1508 1509 1509 /** 1510 1510 * Response should be an array with: 1511 * 'name' - string - A user friendly browser name 1511 * 'platform' - string - A user-friendly platform name, if it can be determined 1512 * 'name' - string - A user-friendly browser name 1512 1513 * 'version' - string - The version of the browser the user is using 1513 1514 * 'current_version' - string - The most recent version of the browser 1514 1515 * 'upgrade' - boolean - Whether the browser needs an upgrade 1515 1516 * 'insecure' - boolean - Whether the browser is deemed insecure 1516 * 'up grade_url' - string - The url to visit to upgrade1517 * 'update_url' - string - The url to visit to upgrade 1517 1518 * 'img_src' - string - An image representing the browser 1518 1519 * 'img_src_ssl' - string - An image (over SSL) representing the browser 1519 1520 */