Changeset 6782 for trunk/wp-admin/bookmarklet.php
- Timestamp:
- 02/11/2008 07:53:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/bookmarklet.php
r5965 r6782 52 52 <title><?php bloginfo('name') ?> › Bookmarklet — WordPress</title> 53 53 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> 54 <?php wp_admin_css(); ?> 54 <?php 55 wp_admin_css( 'css/global' ); 56 wp_admin_css(); 57 ?> 55 58 56 59 <style type="text/css">
Note: See TracChangeset
for help on using the changeset viewer.