Changeset 17697 for trunk/wp-admin/press-this.php
- Timestamp:
- 04/25/2011 02:27:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r17695 r17697 328 328 wp_enqueue_style( 'colors' ); 329 329 wp_enqueue_script( 'post' ); 330 wp_enqueue_script( 'editor' );331 330 ?> 332 331 <script type="text/javascript"> … … 346 345 if ( user_can_richedit() ) { 347 346 wp_tiny_mce( true, array( 'height' => '370' ) ); 348 add_action( 'admin_print_footer_scripts', 'wp_preload_dialogs', 30 );349 347 } 350 348 ?>
Note: See TracChangeset
for help on using the changeset viewer.