Changeset 19862
- Timestamp:
- 02/08/2012 06:05:35 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r19808 r19862 11 11 ?> 12 12 <!DOCTYPE html> 13 <html xmlns="http://www.w3.org/1999/xhtml" 13 <html xmlns="http://www.w3.org/1999/xhtml"> 14 14 <head> 15 15 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -
trunk/wp-admin/network/sites.php
r19579 r19862 211 211 ?> 212 212 <!DOCTYPE html> 213 <html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'language_attributes' ) )language_attributes(); ?>>213 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 214 214 <head> 215 215 <title><?php _e( 'WordPress › Confirm your action' ); ?></title> -
trunk/wp-includes/functions.php
r19801 r19862 2658 2658 ?> 2659 2659 <!DOCTYPE html> 2660 <html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'language_attributes' ) ) language_attributes(); ?>>2660 <html xmlns="http://www.w3.org/1999/xhtml"<?php if ( is_rtl() ) echo ' dir="rtl"'; ?>> 2661 2661 <head> 2662 2662 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -
trunk/wp-includes/load.php
r19836 r19862 169 169 ?> 170 170 <!DOCTYPE html> 171 <html xmlns="http://www.w3.org/1999/xhtml" >171 <html xmlns="http://www.w3.org/1999/xhtml"<?php if ( is_rtl() ) echo ' dir="rtl"'; ?>> 172 172 <head> 173 173 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Note: See TracChangeset
for help on using the changeset viewer.