Fix date permalinks. Bug 539.
git-svn-id: https://develop.svn.wordpress.org/trunk@1959 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
15e91b7b10
commit
fc51a741e7
@ -819,7 +819,7 @@ class WP_Rewrite {
|
||||
}
|
||||
|
||||
if (empty($this->date_structure)) {
|
||||
$this->date_structure = $front . '%year%/%monthnum%/%day%';
|
||||
$this->date_structure = $this->front . '%year%/%monthnum%/%day%';
|
||||
}
|
||||
|
||||
return $this->date_structure;
|
||||
|
Loading…
Reference in New Issue
Block a user