Changeset 17695 for trunk/wp-admin/press-this.php
- Timestamp:
- 04/25/2011 01:01:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r17254 r17695 346 346 if ( user_can_richedit() ) { 347 347 wp_tiny_mce( true, array( 'height' => '370' ) ); 348 add_action( 'admin_print_footer_scripts', 'wp_ tiny_mce_preload_dialogs', 30 );348 add_action( 'admin_print_footer_scripts', 'wp_preload_dialogs', 30 ); 349 349 } 350 350 ?>
Note: See TracChangeset
for help on using the changeset viewer.