Changeset 47771 for trunk/src/wp-login.php
- Timestamp:
- 05/06/2020 08:13:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r47232 r47771 87 87 88 88 ?><!DOCTYPE html> 89 <!--[if IE 8]> 90 <html xmlns="http://www.w3.org/1999/xhtml" class="ie8" <?php language_attributes(); ?>> 91 <![endif]--> 92 <!--[if !(IE 8) ]><!--> 93 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 94 <!--<![endif]--> 89 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 95 90 <head> 96 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.