After [34953], unbreak WordPress.
See [34930], #33982. Built from https://develop.svn.wordpress.org/trunk@34954 git-svn-id: http://core.svn.wordpress.org/trunk@34919 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c756465146
commit
dae5923c1d
|
@ -30,3 +30,6 @@ require_once( ABSPATH . WPINC . '/class-wp-http-cookie.php' );
|
|||
|
||||
/** WP_Http_Encoding class */
|
||||
require_once( ABSPATH . WPINC . '/class-wp-http-encoding.php' );
|
||||
|
||||
/** WP_HTTP_Response class */
|
||||
require_once( ABSPATH . WPINC . '/class-wp-http-response.php' );
|
||||
|
|
|
@ -16,9 +16,6 @@ define( 'REST_API_VERSION', '2.0' );
|
|||
/** WP_REST_Server class */
|
||||
require_once( ABSPATH . WPINC . '/rest-api/class-wp-rest-server.php' );
|
||||
|
||||
/** WP_HTTP_Response class */
|
||||
require_once( ABSPATH . WPINC . '/rest-api/class-wp-http-response.php' );
|
||||
|
||||
/** WP_REST_Response class */
|
||||
require_once( ABSPATH . WPINC . '/rest-api/class-wp-rest-response.php' );
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34953';
|
||||
$wp_version = '4.4-alpha-34954';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue