Changeset 58126
- Timestamp:
- 05/10/2024 09:07:33 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-script-modules.php
r58075 r58126 179 179 add_action( $position, array( $this, 'print_enqueued_script_modules' ) ); 180 180 add_action( $position, array( $this, 'print_script_module_preloads' ) ); 181 182 add_action( 'admin_print_footer_scripts', array( $this, 'print_import_map' ) ); 183 add_action( 'admin_print_footer_scripts', array( $this, 'print_enqueued_script_modules' ) ); 184 add_action( 'admin_print_footer_scripts', array( $this, 'print_script_module_preloads' ) ); 181 185 } 182 186
Note: See TracChangeset
for help on using the changeset viewer.