Changeset 56559 for trunk/src/wp-includes/blocks/index.php
- Timestamp:
- 09/12/2023 03:21:02 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/index.php
r56524 r56559 88 88 } 89 89 90 $register_style = static function ( $name, $filename, $style_handle ) use ( $blocks_url, $suffix, $wp_styles, $files ) {90 $register_style = static function ( $name, $filename, $style_handle ) use ( $blocks_url, $suffix, $wp_styles, $files ) { 91 91 $style_path = "{$name}/{$filename}{$suffix}.css"; 92 92 $path = wp_normalize_path( BLOCKS_PATH . $style_path );
Note: See TracChangeset
for help on using the changeset viewer.