Changeset 35838
- Timestamp:
- 12/08/2015 10:01:10 PM (9 years ago)
- Location:
- branches/4.4
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
-
branches/4.4/src/wp-admin/install.php
r35508 r35838 70 70 <meta name="viewport" content="width=device-width" /> 71 71 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 72 72 73 <title><?php _e( 'WordPress › Installation' ); ?></title> 73 74 <?php -
branches/4.4/src/wp-admin/maint/repair.php
r35519 r35838 17 17 <meta name="viewport" content="width=device-width" /> 18 18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 19 19 20 <title><?php _e( 'WordPress › Database Repair' ); ?></title> 20 21 <?php -
branches/4.4/src/wp-admin/setup-config.php
r35557 r35838 95 95 <meta name="viewport" content="width=device-width" /> 96 96 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 97 97 98 <title><?php _e( 'WordPress › Setup Configuration File' ); ?></title> 98 99 <?php wp_admin_css( 'install', true ); ?> -
branches/4.4/src/wp-admin/upgrade.php
r35508 r35838 61 61 <meta name="viewport" content="width=device-width" /> 62 62 <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php echo get_option( 'blog_charset' ); ?>" /> 63 63 64 <title><?php _e( 'WordPress › Update' ); ?></title> 64 65 <?php
Note: See TracChangeset
for help on using the changeset viewer.