Changeset 43484
- Timestamp:
- 07/17/2018 03:19:26 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/functions.php
r43483 r43484 5228 5228 */ 5229 5229 function wp_is_stream( $path ) { 5230 if ( false === strpos( $path, '://' ) ) { 5231 // $path isn't a stream 5232 return false; 5233 } 5234 5230 5235 $wrappers = stream_get_wrappers(); 5231 5236 $wrappers = array_map( 'preg_quote', $wrappers );
Note: See TracChangeset
for help on using the changeset viewer.