Changeset 7979 for trunk/wp-admin/install.php
- Timestamp:
- 05/22/2008 12:06:41 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r7971 r7979 17 17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 18 18 <title><?php _e('WordPress › Installation'); ?></title> 19 <?php wp_admin_css( ' css/install'); ?>19 <?php wp_admin_css( 'install', true ); ?> 20 20 </head> 21 21 <body>
Note: See TracChangeset
for help on using the changeset viewer.