Changeset 53416 for trunk/src/wp-includes/theme.php
- Timestamp:
- 05/20/2022 12:47:45 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r53053 r53416 862 862 } 863 863 864 if ( ! file_exists( get_template_directory() . '/templates/index.html' ) 864 if ( 865 ! file_exists( get_template_directory() . '/templates/index.html' ) 866 && ! file_exists( get_template_directory() . '/block-templates/index.html' ) // Deprecated path support since 5.9.0. 865 867 && ! file_exists( get_template_directory() . '/index.php' ) 866 868 ) {
Note: See TracChangeset
for help on using the changeset viewer.