Ticket #17148: wp-login.diff
File wp-login.diff, 771 bytes (added by , 12 years ago) |
---|
-
wp-login.php
59 59 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 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 ); 66 66 wp_admin_css( 'colors-fresh', true );