Changeset 43466
- Timestamp:
- 07/17/2018 07:53:18 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r43434 r43466 5554 5554 */ 5555 5555 function wp_is_stream( $path ) { 5556 if ( false === strpos( $path, '://' ) ) { 5557 // $path isn't a stream 5558 return false; 5559 } 5560 5556 5561 $wrappers = stream_get_wrappers(); 5557 5562 $wrappers = array_map( 'preg_quote', $wrappers );
Note: See TracChangeset
for help on using the changeset viewer.