Changeset 42217 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 11/23/2017 04:08:42 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r42201 r42217 92 92 $body_classes = (array) $body_classes; 93 93 $body_classes[] = 'wp-core-ui'; 94 $dir_attr = ''; 94 95 if ( is_rtl() ) { 95 96 $body_classes[] = 'rtl'; 97 $dir_attr = ' dir="rtl"'; 96 98 } 97 99 … … 99 101 ?> 100 102 <!DOCTYPE html> 101 <html xmlns="http://www.w3.org/1999/xhtml"<?php if ( is_rtl() ) echo ' dir="rtl"'; ?>>103 <html xmlns="http://www.w3.org/1999/xhtml"<?php echo $dir_attr; ?>> 102 104 <head> 103 105 <meta name="viewport" content="width=device-width" />
Note: See TracChangeset
for help on using the changeset viewer.