Changeset 17695 for trunk/wp-includes/general-template.php
- Timestamp:
- 04/25/2011 01:01:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r17187 r17695 1842 1842 </script> 1843 1843 <?php 1844 // queue scripts 1845 if ( $richedit ) 1846 add_action( 'admin_print_footer_scripts', 'wp_tiny_mce', 25 ); 1847 else 1848 add_action( 'admin_print_footer_scripts', 'wp_quicktags', 25 ); 1849 1844 1850 } 1845 1851
Note: See TracChangeset
for help on using the changeset viewer.