Ticket #59489: patch.diff
| File patch.diff, 522 bytes (added by , 3 years ago) |
|---|
-
src/wp-includes/blocks/index.php
diff --git src/wp-includes/blocks/index.php src/wp-includes/blocks/index.php index 128a06bea2..3228638eb0 100644
function register_core_block_style_handles() { 70 70 $files = glob( wp_normalize_path( BLOCKS_PATH . '**/**.css' ) ); 71 71 $files = array_map( 72 72 static function ( $file ) { 73 return str_replace( BLOCKS_PATH, '', $file );73 return str_replace( wp_normalize_path( BLOCKS_PATH ), '', $file ); 74 74 }, 75 75 $files 76 76 );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)