Changeset 15284 for trunk/wp-includes/class-http.php
- Timestamp:
- 06/19/2010 06:54:21 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r15143 r15284 241 241 $arrURL = parse_url($url); 242 242 243 if ( empty( $url ) || empty( $url['scheme'] ) )243 if ( empty( $url ) || empty( $arrURL['scheme'] ) ) 244 244 return new WP_Error('http_request_failed', __('A valid URL was not provided.')); 245 245
Note: See TracChangeset
for help on using the changeset viewer.