Changeset 5635 for trunk/wp-admin/upload.php
- Timestamp:
- 06/02/2007 12:43:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r5631 r5635 64 64 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> 65 65 <title><?php bloginfo('name') ?> › <?php _e('Uploads'); ?> — WordPress</title> 66 <link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/ css/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" />66 <link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 67 67 <?php if ( ('rtl' == $wp_locale->text_direction) ) : ?> 68 <link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/ css/rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />68 <link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 69 69 <?php endif; ?> 70 70 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.