Make WordPress Core


Ignore:
Timestamp:
02/25/2013 11:17:10 PM (12 years ago)
Author:
azaozz
Message:

Post locks: use heartbeat to dynamically update locked posts on the Posts screen, first run, see #23312

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r23449 r23487  
    417417        $scripts->add( 'theme-preview', "/wp-admin/js/theme-preview$suffix.js", array( 'thickbox', 'jquery' ), false, 1 );
    418418
     419        $scripts->add( 'edit-post', "/wp-admin/js/edit-post$suffix.js", array( 'heartbeat' ), false, 1 );
     420
    419421        $scripts->add( 'inline-edit-post', "/wp-admin/js/inline-edit-post$suffix.js", array( 'jquery', 'suggest' ), false, 1 );
    420422        did_action( 'init' ) && $scripts->localize( 'inline-edit-post', 'inlineEditL10n', array(
Note: See TracChangeset for help on using the changeset viewer.