Make WordPress Core


Ignore:
Timestamp:
12/15/2004 01:23:38 AM (22 years ago)
Author:
rboren
Message:

Fix date permalinks. Bug 539.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/classes.php

    r1940 r1959  
    820820
    821821                if (empty($this->date_structure)) {
    822                         $this->date_structure = $front . '%year%/%monthnum%/%day%';
     822                        $this->date_structure = $this->front . '%year%/%monthnum%/%day%';
    823823                }
    824824
Note: See TracChangeset for help on using the changeset viewer.