Changeset 52699 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 02/11/2022 12:12:56 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r52597 r52699 21 21 return $asset_handle_or_path; 22 22 } 23 returnsubstr(23 $path = substr( 24 24 $asset_handle_or_path, 25 25 strlen( $path_prefix ) 26 26 ); 27 if ( strpos( $path, './' ) === 0 ) { 28 $path = substr( $path, 2 ); 29 } 30 return $path; 27 31 } 28 32
Note: See TracChangeset
for help on using the changeset viewer.