Changeset 51284 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 06/30/2021 05:19:59 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r51268 r51284 220 220 $metadata = apply_filters( 'block_type_metadata', $metadata ); 221 221 222 /** 223 * Add `style` and `editor_style` for core blocks if missing. 224 */ 222 // Add `style` and `editor_style` for core blocks if missing. 225 223 if ( ! empty( $metadata['name'] ) && 0 === strpos( $metadata['name'], 'core/' ) ) { 226 224 $block_name = str_replace( 'core/', '', $metadata['name'] );
Note: See TracChangeset
for help on using the changeset viewer.