mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 18:08:09 +01:00
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
|
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…
Reference in New Issue
Block a user