Changeset 16457 for trunk/wp-admin/admin-header.php
- Timestamp:
- 11/18/2010 06:22:13 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r16292 r16457 67 67 if ( in_array( $pagenow, array('post.php', 'post-new.php') ) ) { 68 68 add_action( 'admin_print_footer_scripts', 'wp_tiny_mce', 25 ); 69 add_action( 'admin_print_footer_scripts', 'wp_tiny_mce_preload_dialogs', 30 ); 69 70 wp_enqueue_script('quicktags'); 70 71 }
Note: See TracChangeset
for help on using the changeset viewer.