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:
rboren 2004-12-15 01:23:38 +00:00
parent f035e1d966
commit ea392f4b13
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;