Changeset 39212
- Timestamp:
- 11/13/2016 10:35:15 AM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r38894 r39212 301 301 'useragent' => $r['user-agent'], 302 302 'blocking' => $r['blocking'], 303 'hooks' => new Requests_Hooks(),303 'hooks' => new WP_HTTP_Requests_Hooks( $url, $r ), 304 304 ); 305 305 -
trunk/src/wp-settings.php
r38961 r39212 209 209 require( ABSPATH . WPINC . '/class-wp-http-response.php' ); 210 210 require( ABSPATH . WPINC . '/class-wp-http-requests-response.php' ); 211 require( ABSPATH . WPINC . '/class-wp-http-requests-hooks.php' ); 211 212 require( ABSPATH . WPINC . '/widgets.php' ); 212 213 require( ABSPATH . WPINC . '/class-wp-widget.php' );
Note: See TracChangeset
for help on using the changeset viewer.