Avoid a PHP notice in list_plugin_updates() if plugins_api() returned a WP_Error object.

fixes #29583.
Built from https://develop.svn.wordpress.org/trunk@29825


git-svn-id: http://core.svn.wordpress.org/trunk@29590 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2014-10-03 00:02:14 +00:00
parent 6d0f2dcf11
commit 7dde12f0ba
2 changed files with 5 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-20141002';
$wp_version = '4.1-alpha-20141003';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.