diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 38ebb1e995..c9eb07c2e6 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -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 diff --git a/wp-includes/version.php b/wp-includes/version.php index 47a3080f21..7d1d1167dc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.