diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 1d070149dc..e7a06c1358 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -256,7 +256,7 @@ function wp_title($sep = '»', $display = true, $seplocation = '') { else $title = $prefix . $title; - $title = apply_filters('wp_title', $title, $sep); + $title = apply_filters('wp_title', $title, $sep, $seplocation); // Send it out if ( $display )