Make WordPress Core

Ticket #34879: 34879.patch

File 34879.patch, 653 bytes (added by joelerr, 10 years ago)
  • src/wp-includes/general-template.php

    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 = '' ) { 
    995995        $search   = get_query_var( 's' );
    996996        $title    = '';
    997997
    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
    999999
    10001000        // If there is a post
    10011001        if ( is_single() || ( is_home() && ! is_front_page() ) || ( is_page() && ! is_front_page() ) ) {