Changeset 7130 for trunk/wp-admin/sidebar.php
- Timestamp:
- 03/02/2008 08:17:30 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/sidebar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/sidebar.php
r6782 r7130 14 14 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=UTF-8" /> 15 15 <title>WordPress › Posted</title> 16 <?php 16 <?php 17 17 wp_admin_css( 'css/global' ); 18 18 wp_admin_css(); … … 32 32 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('blog_charset'); ?>" /> 33 33 <title>WordPress › Sidebar</title> 34 <?php 34 <?php 35 35 wp_admin_css( 'css/global' ); 36 36 wp_admin_css();
Note: See TracChangeset
for help on using the changeset viewer.