Changeset 8323 for trunk/wp-admin/press-this.php
- Timestamp:
- 07/13/2008 04:57:01 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r8318 r8323 80 80 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> 81 81 <title><?php _e('Press This') ?></title> 82 <!--[if gte IE 6]>83 <link rel="stylesheet" href="./css/press-this-ie.css" type="text/css" media="screen" charset="utf-8" />84 <![endif]-->85 82 <?php 86 83 add_thickbox(); 87 84 wp_enqueue_style('press-this'); 85 wp_enqueue_style('press-this-ie'); 88 86 wp_enqueue_style( 'colors' ); 89 87 wp_enqueue_script('post'); … … 295 293 296 294 <script type="text/javascript" src="../wp-includes/js/tinymce/tiny_mce.js?ver=311"></script> 297 <!--[if gte IE 6]>298 <?php wp_enqueue_style('press-this-ie'); ?>299 <![endif]-->300 295 <?php 301 296 add_thickbox(); 302 297 wp_enqueue_style('press-this'); 298 wp_enqueue_style('press-this-ie'); 303 299 wp_enqueue_style( 'colors' ); 304 300 wp_enqueue_script('post');
Note: See TracChangeset
for help on using the changeset viewer.