Changeset 47060 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 01/11/2020 06:30:58 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r46970 r47060 1005 1005 * @param array $args The arguments which were used to make the request. 1006 1006 * @param array $response The response of the HTTP request. 1007 * @return false|WP_Error|array False if no redirect is present, a WP_Error object if there's an error, or an HTTP1008 * API response array if the redirect is successfully followed.1007 * @return array|false|WP_Error An HTTP API response array if the redirect is successfully followed, 1008 * false if no redirect is present, or a WP_Error object if there's an error. 1009 1009 */ 1010 1010 public static function handle_redirects( $url, $args, $response ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)