Ticket #35737: 35737.2.patch
File 35737.2.patch, 905 bytes (added by , 9 years ago) |
---|
-
wp-login.php
56 56 if ( $shake_error_codes && $wp_error->get_error_code() && in_array( $wp_error->get_error_code(), $shake_error_codes ) ) 57 57 add_action( 'login_head', 'wp_shake_js', 12 ); 58 58 59 $separator = is_rtl() ? ' › ' : ' ‹ '; 60 59 61 ?><!DOCTYPE html> 60 62 <!--[if IE 8]> 61 63 <html xmlns="http://www.w3.org/1999/xhtml" class="ie8" <?php language_attributes(); ?>> … … 65 67 <!--<![endif]--> 66 68 <head> 67 69 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 68 <title><?php bloginfo('name'); ?> › <?php echo$title; ?></title>70 <title><?php echo get_bloginfo( 'name', 'display' ) . $separator . $title; ?></title> 69 71 <?php 70 72 71 73 wp_enqueue_style( 'login' );