Changeset 5965 for trunk/wp-admin/install.php
- Timestamp:
- 08/28/2007 11:23:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r5844 r5965 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="css/install.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 23 <?php if ( ('rtl' == $wp_locale->text_direction) ) : ?> 24 <link rel="stylesheet" href="css/install-rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 25 <?php endif; ?> 22 <?php wp_admin_css( 'css/install' ); ?> 26 23 </head> 27 24 <body>
Note: See TracChangeset
for help on using the changeset viewer.