Changeset 1069 for trunk/wp-admin/bookmarklet.php
- Timestamp:
- 10/12/07 16:21:15 (1 year ago)
- Files:
-
- trunk/wp-admin/bookmarklet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/bookmarklet.php
r920 r1069 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 < link rel="stylesheet" href="wp-admin.css" type="text/css" />54 <?php wp_admin_css(); ?> 55 55 56 56 <style type="text/css">
