The isset broke when we defined the var to fix E_ALL warnings, making the leading raquo appear on homepages.

git-svn-id: http://svn.automattic.com/wordpress/trunk@4357 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2006-10-07 18:54:56 +00:00
parent 5cb769ff02
commit 893c0e3b26
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ function wp_title($sep = '»', $display = true) {
}
$prefix = '';
if ( isset($title) )
if ( !empty($title) )
$prefix = " $sep ";
$title = $prefix . $title;