Changeset 51315 for branches/5.8/src/wp-includes/blocks.php
- Timestamp:
- 07/02/2021 07:01:22 PM (3 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-includes/blocks.php
r51291 r51315 215 215 $metadata = apply_filters( 'block_type_metadata', $metadata ); 216 216 217 /** 218 * Add `style` and `editor_style` for core blocks if missing. 219 */ 217 // Add `style` and `editor_style` for core blocks if missing. 220 218 if ( ! empty( $metadata['name'] ) && 0 === strpos( $metadata['name'], 'core/' ) ) { 221 219 $block_name = str_replace( 'core/', '', $metadata['name'] );
Note: See TracChangeset
for help on using the changeset viewer.