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

git-svn-id: https://develop.svn.wordpress.org/trunk@23487 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2013-02-25 23:17:10 +00:00
parent 12a8779a74
commit 756c28bf5c
5 changed files with 55 additions and 1 deletions

View File

@@ -145,6 +145,7 @@ if ( $doaction ) {
$wp_list_table->prepare_items();
wp_enqueue_script('inline-edit-post');
wp_enqueue_script('edit-post');
$title = $post_type_object->labels->name;