We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2212d9 commit 16002e5Copy full SHA for 16002e5
src/wp-includes/class-wp-theme.php
@@ -1583,6 +1583,7 @@ public function is_block_theme() {
1583
$paths_to_index_block_template = array(
1584
$this->get_file_path( '/templates/index.html' ),
1585
$this->get_file_path( '/block-templates/index.html' ),
1586
+ $this->get_file_path( 'theme.json' ),
1587
);
1588
1589
$this->block_theme = false;
0 commit comments