Changeset 18982 for trunk/wp-admin/press-this.php
- Timestamp:
- 10/17/2011 08:57:32 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/press-this.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r18975 r18982 281 281 } 282 282 283 ?>284 <!DOCTYPE html>285 <html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); echo "$wp_htmltag_class "; language_attributes(); ?>>286 <head>287 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />288 <title><?php _e('Press This') ?></title>289 290 <?php291 283 wp_enqueue_style( 'colors' ); 292 284 wp_enqueue_script( 'post' ); 285 _wp_admin_html_begin(); 293 286 ?> 287 <title><?php _e('Press This') ?></title> 294 288 <script type="text/javascript"> 295 289 //<![CDATA[
Note: See TracChangeset
for help on using the changeset viewer.