Changeset 51593
- Timestamp:
- 08/10/2021 04:33:46 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
r51546 r51593 2707 2707 */ 2708 2708 function wp_add_iframed_editor_assets_html() { 2709 if ( ! wp_should_load_block_editor_scripts_and_styles() ) { 2710 return; 2711 } 2712 2709 2713 $script_handles = array(); 2710 2714 $style_handles = array(
Note: See TracChangeset
for help on using the changeset viewer.