Changeset 55703 for trunk/src/wp-includes/block-template.php
- Timestamp:
- 05/02/2023 03:43:03 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template.php
r55686 r55703 166 166 // Is the active theme a child theme, and is the PHP fallback template part of it? 167 167 if ( 168 str pos( $fallback_template, $theme_base_path ) === 0&&168 str_starts_with( $fallback_template, $theme_base_path ) && 169 169 strpos( $fallback_template, $parent_theme_base_path ) === false 170 170 ) {
Note: See TracChangeset
for help on using the changeset viewer.