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:
parent
5cca62b1e9
commit
ae96b8c628
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue