Changeset 51981 for branches/5.8
- Timestamp:
- 11/02/2021 06:21:29 PM (3 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-includes/script-loader.php
r51696 r51981 2445 2445 add_filter( 2446 2446 'render_block', 2447 function( $html , $block) use ( $style_properties ) {2447 function( $html ) use ( $style_properties ) { 2448 2448 wp_enqueue_style( $style_properties['style_handle'] ); 2449 2449 return $html;
Note: See TracChangeset
for help on using the changeset viewer.