Changeset 57493 for trunk/src/wp-includes/class-wp-block.php
- Timestamp:
- 01/31/2024 09:09:22 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block.php
r56549 r57493 281 281 } 282 282 283 if ( ( ! empty( $this->block_type->view_style_handles ) ) ) { 284 foreach ( $this->block_type->view_style_handles as $view_style_handle ) { 285 wp_enqueue_style( $view_style_handle ); 286 } 287 } 288 283 289 /** 284 290 * Filters the content of a single block.
Note: See TracChangeset
for help on using the changeset viewer.