Ticket #58132: 58132-2.diff
File 58132-2.diff, 525 bytes (added by , 18 months ago) |
---|
-
src/wp-includes/block-template-utils.php
diff --git src/wp-includes/block-template-utils.php src/wp-includes/block-template-utils.php index cf0c4af12e..efe7767980 100644
function _get_block_templates_files( $template_type ) { 318 318 -5 319 319 ); 320 320 $new_template_item = array( 321 'slug' => $template_slug,321 'slug' => str_replace( '\\', '/', $template_slug ), 322 322 'path' => $template_file, 323 323 'theme' => $theme_slug, 324 324 'type' => $template_type,