Changeset 41690
- Timestamp:
- 10/02/2017 10:29:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r41578 r41690 67 67 <head> 68 68 <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> 70 70 <?php 71 71
Note: See TracChangeset
for help on using the changeset viewer.