Changeset 43571 for trunk/src/wp-includes/class-wp-http-streams.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-streams.php
r42827 r43571 250 250 if ( ! $stream_handle ) { 251 251 return new WP_Error( 252 'http_request_failed', sprintf( 252 'http_request_failed', 253 sprintf( 253 254 /* translators: 1: fopen(), 2: file name */ 254 255 __( 'Could not open handle for %1$s to %2$s.' ),
Note: See TracChangeset
for help on using the changeset viewer.