Changeset 52330 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 12/07/2021 12:00:45 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r52297 r52330 1468 1468 * @return bool 1469 1469 */ 1470 public function is_block_ based() {1470 public function is_block_theme() { 1471 1471 $paths_to_index_block_template = array( 1472 1472 $this->get_file_path( '/block-templates/index.html' ),
Note: See TracChangeset
for help on using the changeset viewer.