Ticket #40812: 40812-document_title_separator-New.patch
| File 40812-document_title_separator-New.patch, 706 bytes (added by , 8 years ago) |
|---|
-
wp-login.php
54 54 55 55 if ( $shake_error_codes && $wp_error->get_error_code() && in_array( $wp_error->get_error_code(), $shake_error_codes ) ) 56 56 add_action( 'login_head', 'wp_shake_js', 12 ); 57 58 /** This filter is documented in wp-includes/general-template.php */ 59 $separator = ' ' . apply_filters( 'document_title_separator', '–' ) . ' '; 57 60 58 $separator = is_rtl() ? ' › ' : ' ‹ ';59 60 61 ?><!DOCTYPE html> 61 62 <!--[if IE 8]> 62 63 <html xmlns="http://www.w3.org/1999/xhtml" class="ie8" <?php language_attributes(); ?>>