Pass to wp_title filter. Props Viper007Bond. fixes #7382

git-svn-id: https://develop.svn.wordpress.org/trunk@8415 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-07-23 16:44:06 +00:00
parent 8f96c07c40
commit 28ae8ab3dc
1 changed files with 1 additions and 1 deletions

View File

@ -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 )