Fix date permalinks. Bug 539.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f035e1d966
commit
ea392f4b13
|
@ -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