mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
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:
parent
e474c0761a
commit
13e9584684
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user