Changes in trunk/wp-admin/upgrade.php [13250:15146]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade.php
r13250 r15146 48 48 <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php echo get_option( 'blog_charset' ); ?>" /> 49 49 <title><?php _e( 'WordPress › Upgrade' ); ?></title> 50 <?php wp_admin_css( 'install', true ); ?> 50 <?php 51 wp_admin_css( 'install', true ); 52 wp_admin_css( 'ie', true ); 53 ?> 51 54 </head> 52 55 <body>
Note: See TracChangeset
for help on using the changeset viewer.