Changeset 57661
- Timestamp:
- 02/20/2024 09:41:48 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r57658 r57661 391 391 require ABSPATH . WPINC . '/class-wp-plugin-dependencies.php'; 392 392 393 wp_script_modules()->add_hooks();394 wp_interactivity()->add_hooks();393 add_action( 'after_setup_theme', array( wp_script_modules(), 'add_hooks' ) ); 394 add_action( 'after_setup_theme', array( wp_interactivity(), 'add_hooks' ) ); 395 395 396 396 $GLOBALS['wp_embed'] = new WP_Embed();
Note: See TracChangeset
for help on using the changeset viewer.