Changeset 17695 for trunk/wp-admin/admin-header.php
- Timestamp:
- 04/25/2011 01:01:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r17217 r17695 69 69 70 70 if ( in_array( $pagenow, array('post.php', 'post-new.php') ) ) { 71 add_action( 'admin_print_footer_scripts', 'wp_tiny_mce', 25 );72 add_action( 'admin_print_footer_scripts', 'wp_tiny_mce_preload_dialogs', 30 );73 71 wp_enqueue_script('quicktags'); 74 72 }
Note: See TracChangeset
for help on using the changeset viewer.