Changeset 35837
- Timestamp:
- 12/08/2015 09:55:48 PM (10 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/install.php
r35508 r35837 70 70 <meta name="viewport" content="width=device-width" /> 71 71 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 72 <meta name="robots" content="noindex,nofollow" /> 72 73 <title><?php _e( 'WordPress › Installation' ); ?></title> 73 74 <?php -
trunk/src/wp-admin/maint/repair.php
r35519 r35837 17 17 <meta name="viewport" content="width=device-width" /> 18 18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 19 <meta name="robots" content="noindex,nofollow" /> 19 20 <title><?php _e( 'WordPress › Database Repair' ); ?></title> 20 21 <?php -
trunk/src/wp-admin/setup-config.php
r35557 r35837 95 95 <meta name="viewport" content="width=device-width" /> 96 96 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 97 <meta name="robots" content="noindex,nofollow" /> 97 98 <title><?php _e( 'WordPress › Setup Configuration File' ); ?></title> 98 99 <?php wp_admin_css( 'install', true ); ?> -
trunk/src/wp-admin/upgrade.php
r35508 r35837 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 <meta name="robots" content="noindex,nofollow" /> 63 64 <title><?php _e( 'WordPress › Update' ); ?></title> 64 65 <?php
Note: See TracChangeset
for help on using the changeset viewer.