Changeset 60037 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 03/18/2025 12:28:17 PM (11 months 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
r59968 r60037 1577 1577 */ 1578 1578 public function is_block_theme() { 1579 if ( ! did_action( 'setup_theme' ) ) {1580 _doing_it_wrong( __METHOD__, __( 'This method should not be called before themes are set up.' ), '6.8.0' );1581 return false;1582 }1583 1584 1579 if ( isset( $this->block_theme ) ) { 1585 1580 return $this->block_theme;
Note: See TracChangeset
for help on using the changeset viewer.