diff --git a/wp-includes/template-functions.php b/wp-includes/template-functions.php index 98c3adbf8..f8b71b0c7 100644 --- a/wp-includes/template-functions.php +++ b/wp-includes/template-functions.php @@ -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";