Changeset 57565 for trunk/src/wp-includes/class-wp-block.php
- Timestamp:
- 02/08/2024 10:39:24 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block.php
r57562 r57565 471 471 } 472 472 473 if ( ! empty( $this->block_type->view_script_module_ids ) ) { 474 foreach ( $this->block_type->view_script_module_ids as $view_script_module_id ) { 475 wp_enqueue_script_module( $view_script_module_id ); 476 } 477 } 478 473 479 if ( ( ! empty( $this->block_type->style_handles ) ) ) { 474 480 foreach ( $this->block_type->style_handles as $style_handle ) {
Note: See TracChangeset
for help on using the changeset viewer.