Changeset 51501 for trunk/src/wp-includes/class-wp-block.php
- Timestamp:
- 07/28/2021 10:05:01 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-block.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block.php
r51298 r51501 230 230 } 231 231 232 if ( ! empty( $this->block_type->view_script ) && empty( $this->block_type->render_callback ) ) { 233 wp_enqueue_script( $this->block_type->view_script ); 234 } 235 232 236 if ( ! empty( $this->block_type->style ) ) { 233 237 wp_enqueue_style( $this->block_type->style );
Note: See TracChangeset
for help on using the changeset viewer.