Changeset 54663 for trunk/src/wp-includes/class-wp-http.php
- Timestamp:
- 10/21/2022 09:10:29 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http.php
r54133 r54663 248 248 * - boolean false to avoid short-circuiting the response 249 249 * 250 * Returning any other value may result in unexpected behavio ur.250 * Returning any other value may result in unexpected behavior. 251 251 * 252 252 * @since 2.9.0 … … 326 326 ); 327 327 328 // Ensure redirects follow browser behavio ur.328 // Ensure redirects follow browser behavior. 329 329 $options['hooks']->register( 'requests.before_redirect', array( get_class(), 'browser_redirect_compatibility' ) ); 330 330 … … 477 477 478 478 /** 479 * Match redirect behavio ur to browser handling.479 * Match redirect behavior to browser handling. 480 480 * 481 481 * Changes 302 redirects from POST to GET to match browser handling. Per
Note: See TracChangeset
for help on using the changeset viewer.