Changeset 9079
- Timestamp:
- 10/03/2008 06:56:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r9064 r9079 294 294 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> 295 295 <title><?php _e('Press This') ?></title> 296 <script type="text/javascript" src="../wp-includes/js/tinymce/tiny_mce.js?ver=311"></script> 296 297 297 <?php 298 298 add_thickbox(); … … 301 301 wp_enqueue_style( 'colors' ); 302 302 wp_enqueue_script( 'post' ); 303 wp_enqueue_script('editor _functions');303 wp_enqueue_script('editor'); 304 304 305 305 do_action('admin_print_styles');
Note: See TracChangeset
for help on using the changeset viewer.