Pass to wp_title filter. Props Viper007Bond. fixes #7382

git-svn-id: http://svn.automattic.com/wordpress/trunk@8415 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-07-23 16:44:06 +00:00
parent 5cca62b1e9
commit ae96b8c628
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 )