Changeset 24890
- Timestamp:
- 07/30/2013 06:47:03 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r24846 r24890 598 598 * Handles HTTP Redirects and follows them if appropriate. 599 599 * 600 * @since 3.7 601 * 602 * @param $url The URL which was requested603 * @param $args The Arguements which were used to make the request604 * @param $response The Response of the HTTP request605 * @return false|object False if no redirect is present, a WP_HTTP or WP_Error result otherwise 600 * @since 3.7.0 601 * 602 * @param string $url The URL which was requested. 603 * @param array $args The Arguements which were used to make the request. 604 * @param array $response The Response of the HTTP request. 605 * @return false|object False if no redirect is present, a WP_HTTP or WP_Error result otherwise. 606 606 */ 607 607 static function handle_redirects( $url, $args, $response ) {
Note: See TracChangeset
for help on using the changeset viewer.