Changeset 5694
- Timestamp:
- 06/13/2007 06:33:17 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r5686 r5694 1166 1166 <title><?php echo $title ?></title> 1167 1167 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 1168 <link rel="stylesheet" href="<?php echo $admin_dir; ?> install.css" type="text/css" />1168 <link rel="stylesheet" href="<?php echo $admin_dir; ?>css/install.css" type="text/css" /> 1169 1169 <?php 1170 1170 if ( ( $wp_locale ) && ('rtl' == $wp_locale->text_direction) ) : ?> 1171 <link rel="stylesheet" href="<?php echo $admin_dir; ?> install-rtl.css" type="text/css" />1171 <link rel="stylesheet" href="<?php echo $admin_dir; ?>css/install-rtl.css" type="text/css" /> 1172 1172 <?php endif; ?> 1173 1173 </head>
Note: See TracChangeset
for help on using the changeset viewer.