Ticket #30008: 30008.patch
| File 30008.patch, 2.1 KB (added by , 12 years ago) |
|---|
-
src/wp-admin/edit.php
158 158 $wp_list_table->prepare_items(); 159 159 160 160 wp_enqueue_script('inline-edit-post'); 161 wp_enqueue_script('heartbeat'); 161 162 162 163 $title = $post_type_object->labels->name; 163 164 -
src/wp-includes/script-loader.php
114 114 'dismiss' => __('Dismiss'), 115 115 ) ); 116 116 117 $scripts->add( 'autosave', "/wp-includes/js/autosave$suffix.js", array(' schedule', 'wp-ajax-response'), false, 1 );117 $scripts->add( 'autosave', "/wp-includes/js/autosave$suffix.js", array('heartbeat'), false, 1 ); 118 118 119 119 $scripts->add( 'heartbeat', "/wp-includes/js/heartbeat$suffix.js", array('jquery'), false, 1 ); 120 120 did_action( 'init' ) && $scripts->localize( 'heartbeat', 'heartbeatSettings', … … 436 436 437 437 $scripts->add( 'postbox', "/wp-admin/js/postbox$suffix.js", array('jquery-ui-sortable'), false, 1 ); 438 438 439 $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox' , 'heartbeat'), false, 1 );439 $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), false, 1 ); 440 440 did_action( 'init' ) && $scripts->localize( 'post', 'postL10n', array( 441 441 'ok' => __('OK'), 442 442 'cancel' => __('Cancel'), … … 479 479 480 480 $scripts->add( 'theme', "/wp-admin/js/theme$suffix.js", array( 'wp-backbone' ), false, 1 ); 481 481 482 $scripts->add( 'inline-edit-post', "/wp-admin/js/inline-edit-post$suffix.js", array( 'jquery', 'suggest' , 'heartbeat'), false, 1 );482 $scripts->add( 'inline-edit-post', "/wp-admin/js/inline-edit-post$suffix.js", array( 'jquery', 'suggest' ), false, 1 ); 483 483 did_action( 'init' ) && $scripts->localize( 'inline-edit-post', 'inlineEditL10n', array( 484 484 'error' => __('Error while saving the changes.'), 485 485 'ntdeltitle' => __('Remove From Bulk Edit'),
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)