diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 79ff616e27..3946d13158 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -1012,7 +1012,7 @@ function wp_title( $sep = '»', $display = true, $seplocation = '' ) { $search = get_query_var( 's' ); $title = ''; - $t_sep = '%WP_TITILE_SEP%'; // Temporary separator, for accurate flipping, if necessary + $t_sep = '%WP_TITLE_SEP%'; // Temporary separator, for accurate flipping, if necessary // If there is a post if ( is_single() || ( is_home() && ! is_front_page() ) || ( is_page() && ! is_front_page() ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 4491501f11..e6d2bf2fc7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36539'; +$wp_version = '4.5-alpha-36540'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.