Changeset 55086 for trunk/src/wp-includes/block-patterns.php
- Timestamp:
- 01/18/2023 11:38:16 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-patterns.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-patterns.php
r54263 r55086 140 140 } 141 141 142 if ( ! WP_Theme_JSON_Resolver::theme_has_support() ) {142 if ( ! wp_theme_has_theme_json() ) { 143 143 return; 144 144 }
Note: See TracChangeset
for help on using the changeset viewer.