Make WordPress Core

Ticket #40812: 40812-wp_get_document_title.patch

File 40812-wp_get_document_title.patch, 520 bytes (added by nishitlangaliya, 8 years ago)

fixed - 40812 using wp_get_document_title

  • src/wp-login.php

     
    6666        <!--<![endif]-->
    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 wp_get_document_title(); ?></title>
    7070        <?php
    7171
    7272        wp_enqueue_style( 'login' );