mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Correct description for version
and current_version
parameters in wp_check_browser_version()
response.
Props extendwings. Fixes #33753. Built from https://develop.svn.wordpress.org/trunk@33932 git-svn-id: http://core.svn.wordpress.org/trunk@33901 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0424d962e1
commit
c65f37f892
@ -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
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-33931';
|
||||
$wp_version = '4.4-alpha-33932';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user