Changeset 5631 for trunk/wp-admin/install.php
- Timestamp:
- 06/02/2007 12:37:51 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r5542 r5631 20 20 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 21 21 <title><?php _e('WordPress › Installation'); ?></title> 22 <link rel="stylesheet" href=" install.css?version=<?php bloginfo('version'); ?>" type="text/css" />22 <link rel="stylesheet" href="css/install.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 23 23 <?php if ( ('rtl' == $wp_locale->text_direction) ) : ?> 24 <link rel="stylesheet" href=" install-rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />24 <link rel="stylesheet" href="css/install-rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 25 25 <?php endif; ?> 26 26 </head>
Note: See TracChangeset
for help on using the changeset viewer.