mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Correct description for version and current_version parameters in wp_check_browser_version() response.
Props extendwings. Fixes #33753. git-svn-id: https://develop.svn.wordpress.org/trunk@33932 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4fb57210cd
commit
5d9dcf3d8a
@ -1309,8 +1309,8 @@ function wp_check_browser_version() {
|
||||
/**
|
||||
* Response should be an array with:
|
||||
* 'name' - string - A user friendly browser name
|
||||
* 'version' - string - The most recent version of the browser
|
||||
* 'current_version' - string - The version of the browser the user is using
|
||||
* 'version' - string - The version of the browser the user is using
|
||||
* 'current_version' - string - The most recent version of the browser
|
||||
* 'upgrade' - boolean - Whether the browser needs an upgrade
|
||||
* 'insecure' - boolean - Whether the browser is deemed insecure
|
||||
* 'upgrade_url' - string - The url to visit to upgrade
|
||||
|
||||
Loading…
Reference in New Issue
Block a user