Changeset 51941
- Timestamp:
- 10/27/2021 05:08:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r51897 r51941 2449 2449 add_filter( 2450 2450 'render_block', 2451 function( $html , $block) use ( $style_properties ) {2451 function( $html ) use ( $style_properties ) { 2452 2452 wp_enqueue_style( $style_properties['style_handle'] ); 2453 2453 return $html;
Note: See TracChangeset
for help on using the changeset viewer.