Changeset 62080
- Timestamp:
- 03/20/2026 05:08:33 PM (8 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-script-modules.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-script-modules.php
r61587 r62080 356 356 add_action( $position, array( $this, 'print_script_module_preloads' ) ); 357 357 358 add_action( 'admin_print_footer_scripts', array( $this, 'print_import_map' ) );358 add_action( 'admin_print_footer_scripts', array( $this, 'print_import_map' ), 9 ); 359 359 add_action( 'admin_print_footer_scripts', array( $this, 'print_enqueued_script_modules' ) ); 360 360 add_action( 'admin_print_footer_scripts', array( $this, 'print_script_module_preloads' ) );
Note: See TracChangeset
for help on using the changeset viewer.