Make WordPress Core

Ticket #35737: 35737.2.patch

File 35737.2.patch, 905 bytes (added by ramiy, 9 years ago)
  • wp-login.php

     
    5656        if ( $shake_error_codes && $wp_error->get_error_code() && in_array( $wp_error->get_error_code(), $shake_error_codes ) )
    5757                add_action( 'login_head', 'wp_shake_js', 12 );
    5858
     59        $separator = is_rtl() ? ' › ' : ' ‹ ';
     60
    5961        ?><!DOCTYPE html>
    6062        <!--[if IE 8]>
    6163                <html xmlns="http://www.w3.org/1999/xhtml" class="ie8" <?php language_attributes(); ?>>
     
    6567        <!--<![endif]-->
    6668        <head>
    6769        <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    68         <title><?php bloginfo('name'); ?> &rsaquo; <?php echo $title; ?></title>
     70        <title><?php echo get_bloginfo( 'name', 'display' ) . $separator . $title; ?></title>
    6971        <?php
    7072
    7173        wp_enqueue_style( 'login' );