Changeset 48345 for trunk/src/wp-includes/block-patterns.php
- Timestamp:
- 07/06/2020 07:21:33 PM (6 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
r48335 r48345 22 22 register_block_pattern( 23 23 'core/' . $core_block_pattern, 24 require ( __DIR__ . '/block-patterns/' . $core_block_pattern . '.php' )24 require __DIR__ . '/block-patterns/' . $core_block_pattern . '.php' 25 25 ); 26 26 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)