Make WordPress Core

Changeset 41690


Ignore:
Timestamp:
10/02/2017 10:29:55 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Login and Registration: Make the order of <title> tag parts on login page consistent with the rest of admin pages.

Props nishitlangaliya, henry.wright.
Fixes #40814.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r41578 r41690  
    6767    <head>
    6868    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    69     <title><?php echo get_bloginfo( 'name', 'display' ) . $separator . $title; ?></title>
     69    <title><?php echo $title . $separator . get_bloginfo( 'name', 'display' ); ?></title>
    7070    <?php
    7171
Note: See TracChangeset for help on using the changeset viewer.