Changeset 10369 for trunk/wp-admin/admin-header.php
- Timestamp:
- 01/16/2009 12:58:38 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r10364 r10369 39 39 40 40 if ( in_array( $pagenow, array('post.php', 'post-new.php', 'page.php', 'page-new.php') ) ) { 41 add_action( 'admin_ footer', 'wp_tiny_mce');41 add_action( 'admin_print_footer_scripts', 'wp_tiny_mce', 25 ); 42 42 wp_enqueue_script('quicktags'); 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.