Changeset 6568 for trunk/wp-admin/sidebar.php
- Timestamp:
- 01/06/2008 07:15:33 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/sidebar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/sidebar.php
r5965 r6568 12 12 <html xmlns="http://www.w3.org/1999/xhtml"> 13 13 <head> 14 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=UTF-8" /> 14 15 <title>WordPress › Posted</title> 15 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=UTF-8" />16 16 <?php wp_admin_css(); ?> 17 17 </head> … … 27 27 <html xmlns="http://www.w3.org/1999/xhtml"> 28 28 <head> 29 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('blog_charset'); ?>" /> 29 30 <title>WordPress › Sidebar</title> 30 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('blog_charset'); ?>" />31 31 <?php wp_admin_css(); ?> 32 32 <style type="text/css" media="screen">
Note: See TracChangeset
for help on using the changeset viewer.