Changeset 19790
- Timestamp:
- 01/30/2012 05:37:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/setup-config.php
r19760 r19790 77 77 */ 78 78 function display_header() { 79 global $wp_version; 80 79 81 header( 'Content-Type: text/html; charset=utf-8' ); 80 82 ?> … … 84 86 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 85 87 <title><?php _e( 'WordPress › Setup Configuration File' ); ?></title> 86 <link rel="stylesheet" href="css/install.css " type="text/css" />88 <link rel="stylesheet" href="css/install.css?ver=<?php echo $wp_version; ?>" type="text/css" /> 87 89 88 90 </head>
Note: See TracChangeset
for help on using the changeset viewer.