Changeset 53417 for branches/6.0/src/wp-includes/theme.php
- Timestamp:
- 05/20/2022 12:59:55 AM (3 years ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
-
branches/6.0/src/wp-includes/theme.php
r53053 r53417 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.