Changeset 53903
- Timestamp:
- 08/17/2022 09:12:44 PM (3 years ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
-
branches/6.0/src/wp-includes/block-patterns.php
r53312 r53903 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.