Changeset 11652
- Timestamp:
- 06/26/2009 02:40:26 PM (17 years ago)
- File:
-
- 1 edited
-
branches/2.8/wp-includes/http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-includes/http.php
r11631 r11652 240 240 241 241 if ( $this->block_request( $url ) ) 242 return new WP_Error('http_request_failed', 'User has blocked requests through HTTP.');242 return new WP_Error('http_request_failed', __('User has blocked requests through HTTP.')); 243 243 244 244 // Determine if this is a https call and pass that on to the transport functions
Note: See TracChangeset
for help on using the changeset viewer.