Changeset 29670
- Timestamp:
- 09/02/2014 08:53:23 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r29669 r29670 78 78 <html xmlns="http://www.w3.org/1999/xhtml"<?php if ( is_rtl() ) echo ' dir="rtl"'; ?>> 79 79 <head> 80 <meta name="viewport" content="width=device-width" /> 81 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 82 <title><?php _e( 'WordPress › Setup Configuration File' ); ?></title> 83 <link rel="stylesheet" href="css/install.css?ver=<?php echo preg_replace( '/[^0-9a-z\.-]/i', '', $wp_version ); ?>" type="text/css" /> 84 <link rel="stylesheet" href="../<?php echo WPINC ?>/css/buttons.css?ver=<?php echo preg_replace( '/[^0-9a-z\.-]/i', '', $wp_version ); ?>" type="text/css" /> 85 80 <meta name="viewport" content="width=device-width" /> 81 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 82 <title><?php _e( 'WordPress › Setup Configuration File' ); ?></title> 83 <?php wp_admin_css( 'install', true ); ?> 86 84 </head> 87 85 <body class="<?php echo implode( ' ', $body_classes ); ?>">
Note: See TracChangeset
for help on using the changeset viewer.