Changeset 23255 for trunk/wp-includes/class-http.php
- Timestamp:
- 01/03/2013 08:04:11 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r23191 r23255 142 142 if ( $r['stream'] ) { 143 143 $r['blocking'] = true; 144 if ( ! is_writable( dirname( $r['filename'] ) ) )144 if ( ! wp_is_writable( dirname( $r['filename'] ) ) ) 145 145 return new WP_Error( 'http_request_failed', __( 'Destination directory for file streaming does not exist or is not writable.' ) ); 146 146 }
Note: See TracChangeset
for help on using the changeset viewer.