Changeset 37429 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 05/13/2016 05:10:52 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r37428 r37429 305 305 'useragent' => $r['user-agent'], 306 306 'blocking' => $r['blocking'], 307 'hooks' => new Requests_Hooks(), 307 308 ); 309 310 // Ensure redirects follow browser behaviour. 311 $options['hooks']->register( 'requests.before_redirect', array( get_class(), 'browser_redirect_compatibility' ) ); 308 312 309 313 if ( $r['stream'] ) {
Note: See TracChangeset
for help on using the changeset viewer.