Changeset 18206
- Timestamp:
- 06/08/2011 10:22:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r17976 r18206 60 60 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 61 61 <head> 62 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 62 63 <title><?php bloginfo('name'); ?> › <?php echo $title; ?></title> 63 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />64 64 <?php 65 65 wp_admin_css( 'login', true );
Note: See TracChangeset
for help on using the changeset viewer.