Changeset 55988 for trunk/src/wp-includes/block-template.php
- Timestamp:
- 06/22/2023 02:34:56 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template.php
r55828 r55988 167 167 if ( 168 168 str_starts_with( $fallback_template, $theme_base_path ) && 169 strpos( $fallback_template, $parent_theme_base_path ) === false169 ! str_contains( $fallback_template, $parent_theme_base_path ) 170 170 ) { 171 171 $fallback_template_slug = substr(
Note: See TracChangeset
for help on using the changeset viewer.