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:
Ryan Boren 2004-12-15 01:23:38 +00:00
parent 15e91b7b10
commit fc51a741e7
1 changed files with 1 additions and 1 deletions

View File

@ -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;