Changeset 48126
- Timestamp:
- 06/22/2020 09:24:44 PM (4 years ago)
- Location:
- trunk/src
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r48109 r48126 2451 2451 ?> 2452 2452 <!DOCTYPE html> 2453 <html xmlns="http://www.w3.org/1999/xhtml"class="<?php echo $admin_html_class; ?>"2453 <html class="<?php echo $admin_html_class; ?>" 2454 2454 <?php 2455 2455 /** This action is documented in wp-admin/includes/template.php */ -
trunk/src/wp-admin/install.php
r47859 r48126 11 11 ?> 12 12 <!DOCTYPE html> 13 <html xmlns="http://www.w3.org/1999/xhtml">13 <html> 14 14 <head> 15 15 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> … … 66 66 ?> 67 67 <!DOCTYPE html> 68 <html xmlns="http://www.w3.org/1999/xhtml"<?php language_attributes(); ?>>68 <html <?php language_attributes(); ?>> 69 69 <head> 70 70 <meta name="viewport" content="width=device-width" /> -
trunk/src/wp-admin/maint/repair.php
r48111 r48126 13 13 ?> 14 14 <!DOCTYPE html> 15 <html xmlns="http://www.w3.org/1999/xhtml"<?php language_attributes(); ?>>15 <html <?php language_attributes(); ?>> 16 16 <head> 17 17 <meta name="viewport" content="width=device-width" /> -
trunk/src/wp-admin/setup-config.php
r48115 r48126 107 107 ?> 108 108 <!DOCTYPE html> 109 <html xmlns="http://www.w3.org/1999/xhtml"<?php echo $dir_attr; ?>>109 <html<?php echo $dir_attr; ?>> 110 110 <head> 111 111 <meta name="viewport" content="width=device-width" /> -
trunk/src/wp-admin/upgrade.php
r47788 r48126 57 57 ?> 58 58 <!DOCTYPE html> 59 <html xmlns="http://www.w3.org/1999/xhtml"<?php language_attributes(); ?>>59 <html <?php language_attributes(); ?>> 60 60 <head> 61 61 <meta name="viewport" content="width=device-width" /> -
trunk/src/wp-includes/functions.php
r48115 r48126 3427 3427 ?> 3428 3428 <!DOCTYPE html> 3429 <html xmlns="http://www.w3.org/1999/xhtml"<?php echo $dir_attr; ?>>3429 <html <?php echo $dir_attr; ?>> 3430 3430 <head> 3431 3431 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $parsed_args['charset']; ?>" /> -
trunk/src/wp-includes/ms-deprecated.php
r48115 r48126 92 92 $message_template = apply_filters( 'graceful_fail_template', 93 93 '<!DOCTYPE html> 94 <html xmlns="http://www.w3.org/1999/xhtml"><head>94 <html><head> 95 95 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 96 96 <title>Error!</title> -
trunk/src/wp-includes/theme-compat/header.php
r47122 r48126 17 17 ?> 18 18 <!DOCTYPE html> 19 <html xmlns="http://www.w3.org/1999/xhtml"<?php language_attributes(); ?>>19 <html <?php language_attributes(); ?>> 20 20 <head> 21 21 <link rel="profile" href="http://gmpg.org/xfn/11" /> -
trunk/src/wp-login.php
r48115 r48126 87 87 88 88 ?><!DOCTYPE html> 89 <html xmlns="http://www.w3.org/1999/xhtml"<?php language_attributes(); ?>>89 <html <?php language_attributes(); ?>> 90 90 <head> 91 91 <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php bloginfo( 'charset' ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.