Changeset 43571 for trunk/src/wp-includes/class-wp-http-curl.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-curl.php
r42827 r43571 190 190 if ( ! $this->stream_handle ) { 191 191 return new WP_Error( 192 'http_request_failed', sprintf( 192 'http_request_failed', 193 sprintf( 193 194 /* translators: 1: fopen(), 2: file name */ 194 195 __( 'Could not open handle for %1$s to %2$s.' ),
Note: See TracChangeset
for help on using the changeset viewer.