Changeset 4144 for trunk/wp-admin/bookmarklet.php
- Timestamp:
- 08/30/2006 09:46:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/bookmarklet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/bookmarklet.php
r4006 r4144 51 51 <head> 52 52 <title><?php bloginfo('name') ?> › Bookmarklet — WordPress</title> 53 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_ settings('blog_charset'); ?>" />53 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> 54 54 <link rel="stylesheet" href="wp-admin.css" type="text/css" /> 55 55
Note: See TracChangeset
for help on using the changeset viewer.