Changeset 6782 for trunk/wp-admin/sidebar.php
- Timestamp:
- 02/11/2008 07:53:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/sidebar.php
r6568 r6782 14 14 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=UTF-8" /> 15 15 <title>WordPress › Posted</title> 16 <?php wp_admin_css(); ?> 16 <?php 17 wp_admin_css( 'css/global' ); 18 wp_admin_css(); 19 ?> 17 20 </head> 18 21 <body> … … 29 32 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('blog_charset'); ?>" /> 30 33 <title>WordPress › Sidebar</title> 31 <?php wp_admin_css(); ?> 34 <?php 35 wp_admin_css( 'css/global' ); 36 wp_admin_css(); 37 ?> 32 38 <style type="text/css" media="screen"> 33 39 form {
Note: See TracChangeset
for help on using the changeset viewer.