Changeset 51540
- Timestamp:
- 08/04/2021 05:09:08 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r51533 r51540 2733 2733 */ 2734 2734 function wp_add_iframed_editor_assets_html() { 2735 if ( ! wp_should_load_block_editor_scripts_and_styles() ) { 2736 return; 2737 } 2738 2735 2739 $script_handles = array(); 2736 2740 $style_handles = array(
Note: See TracChangeset
for help on using the changeset viewer.