Changeset 53793 for trunk/src/wp-includes/block-patterns.php
- Timestamp:
- 07/29/2022 08:29:13 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-patterns.php
r53312 r53793 134 134 */ 135 135 function _register_remote_theme_patterns() { 136 if ( ! get_theme_support( 'core-block-patterns' ) ) {137 return;138 }139 140 136 /** This filter is documented in wp-includes/block-patterns.php */ 141 137 if ( ! apply_filters( 'should_load_remote_block_patterns', true ) ) {
Note: See TracChangeset
for help on using the changeset viewer.