Changeset 2834
- Timestamp:
- 09/02/05 17:08:39 (3 years ago)
- Files:
-
- trunk/wp-includes/classes.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/classes.php
r2824 r2834 916 916 917 917 function get_year_permastruct() { 918 $structure = $this->get_date_permastruct($ permalink_structure);918 $structure = $this->get_date_permastruct($this->permalink_structure); 919 919 920 920 if (empty($structure)) { … … 931 931 932 932 function get_month_permastruct() { 933 $structure = $this->get_date_permastruct($ permalink_structure);933 $structure = $this->get_date_permastruct($this->permalink_structure); 934 934 935 935 if (empty($structure)) { … … 945 945 946 946 function get_day_permastruct() { 947 return $this->get_date_permastruct($ permalink_structure);947 return $this->get_date_permastruct($this->permalink_structure); 948 948 } 949 949
