Changeset 36487
- Timestamp:
- 02/06/2016 10:55:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r36341 r36487 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]> … … 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
Note: See TracChangeset
for help on using the changeset viewer.