Changeset 48345
- Timestamp:
- 07/06/2020 07:21:33 PM (4 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r48318 r48345 933 933 array_merge( 934 934 array( 935 'fresh' => '',936 'light' => '',935 'fresh' => '', 936 'light' => '', 937 937 'modern' => '', 938 938 ), -
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.