equal
deleted
inserted
replaced
12 header( 'Content-Type: text/html; charset=utf-8' ); |
12 header( 'Content-Type: text/html; charset=utf-8' ); |
13 ?> |
13 ?> |
14 <!DOCTYPE html> |
14 <!DOCTYPE html> |
15 <html <?php language_attributes(); ?>> |
15 <html <?php language_attributes(); ?>> |
16 <head> |
16 <head> |
17 <meta name="viewport" content="width=device-width" /> |
17 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
19 <meta name="robots" content="noindex,nofollow" /> |
19 <meta name="robots" content="noindex,nofollow" /> |
20 <title><?php _e( 'WordPress › Database Repair' ); ?></title> |
20 <title><?php _e( 'WordPress › Database Repair' ); ?></title> |
21 <?php wp_admin_css( 'install', true ); ?> |
21 <?php wp_admin_css( 'install', true ); ?> |
22 </head> |
22 </head> |