Changes from trunk/wp-includes/general-template.php at r10150 to branches/2.7/wp-includes/general-template.php at r10266
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-includes/general-template.php
r10150 r10266 1593 1593 1594 1594 if ( $lang = get_bloginfo('language') ) { 1595 if ( get_option('html_type') == 'text/html' || $doctype == ' xhtml' )1595 if ( get_option('html_type') == 'text/html' || $doctype == 'html' ) 1596 1596 $attributes[] = "lang=\"$lang\""; 1597 1597
Note: See TracChangeset
for help on using the changeset viewer.