Changeset 43939 for branches/5.0/src/wp-includes/script-loader.php
- Timestamp:
- 11/22/2018 07:39:02 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/script-loader.php
r43935 r43939 870 870 $scripts->add( 'autosave', "/wp-includes/js/autosave$suffix.js", array('heartbeat'), false, 1 ); 871 871 872 $scripts->add( 'heartbeat', "/wp-includes/js/heartbeat$suffix.js", array( 'jquery'), false, 1 );872 $scripts->add( 'heartbeat', "/wp-includes/js/heartbeat$suffix.js", array( 'jquery', 'wp-hooks' ), false, 1 ); 873 873 did_action( 'init' ) && $scripts->localize( 'heartbeat', 'heartbeatSettings', 874 874 /**
Note: See TracChangeset
for help on using the changeset viewer.