Changeset 17140
- Timestamp:
- 12/25/2010 03:03:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r17065 r17140 347 347 if ( user_can_richedit() ) { 348 348 wp_tiny_mce( true, array( 'height' => '370' ) ); 349 wp_tiny_mce_preload_dialogs();349 add_action( 'admin_print_footer_scripts', 'wp_tiny_mce_preload_dialogs', 30 ); 350 350 } 351 351 ?>
Note: See TracChangeset
for help on using the changeset viewer.