diff --git src/wp-includes/general-template.php src/wp-includes/general-template.php
index f554e1f..50c2d32 100644
|
|
|
function wp_title( $sep = '»', $display = true, $seplocation = '' ) { |
| 995 | 995 | $search = get_query_var( 's' ); |
| 996 | 996 | $title = ''; |
| 997 | 997 | |
| 998 | | $t_sep = '%WP_TITILE_SEP%'; // Temporary separator, for accurate flipping, if necessary |
| | 998 | $t_sep = '%WP_TITLE_SEP%'; // Temporary separator, for accurate flipping, if necessary |
| 999 | 999 | |
| 1000 | 1000 | // If there is a post |
| 1001 | 1001 | if ( is_single() || ( is_home() && ! is_front_page() ) || ( is_page() && ! is_front_page() ) ) { |