Changeset 706
- Timestamp:
- 01/03/2004 07:05:55 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions.php
r701 r706 523 523 $monthlink = str_replace('%year%', $year, $monthlink); 524 524 $monthlink = str_replace('%monthnum%', intval($month), $monthlink); 525 $mon htlink = str_replace('%post_id%', '', $monthlink);525 $monthlink = str_replace('%post_id%', '', $monthlink); 526 526 return $siteurl . $monthlink; 527 527 } else {
Note: See TracChangeset
for help on using the changeset viewer.