Ticket #40812: 40812-document_title_separator.patch
| File 40812-document_title_separator.patch, 544 bytes (added by , 8 years ago) |
|---|
-
src/wp-login.php
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 57 58 $separator = is_rtl() ? ' › ' : ' ‹';58 $separator = ' ' . apply_filters( 'document_title_separator', '-' ) . ' '; 59 59 60 60 ?><!DOCTYPE html> 61 61 <!--[if IE 8]>