Space bug in wp_title.

git-svn-id: http://svn.automattic.com/wordpress/trunk@712 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-01-04 02:34:58 +00:00
parent e474c0761a
commit 13e9584684
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ function wp_title($sep = '»', $display = true) {
if (!empty($year)) {
$title = $year;
if (!empty($monthnum)) {
$title .= "$sep $monthnum";
$title .= " $sep $monthnum";
}
if (!empty($day)) {
$title .= " $sep $day";