mirror of
git://develop.git.wordpress.org/
synced 2025-02-25 00:52:55 +01:00
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:
parent
8f96c07c40
commit
28ae8ab3dc
@ -256,7 +256,7 @@ function wp_title($sep = '»', $display = true, $seplocation = '') {
|
|||||||
else
|
else
|
||||||
$title = $prefix . $title;
|
$title = $prefix . $title;
|
||||||
|
|
||||||
$title = apply_filters('wp_title', $title, $sep);
|
$title = apply_filters('wp_title', $title, $sep, $seplocation);
|
||||||
|
|
||||||
// Send it out
|
// Send it out
|
||||||
if ( $display )
|
if ( $display )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user