Opened 20 years ago
Closed 20 years ago
#539 closed defect (bug) (fixed)
1.3-alpha-5 get_[year|month|day]_link functions produce broken links in sidebar
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | Template | Keywords: | |
Focuses: | Cc: |
Description
Archive and Calendar links are generated as:
http://website.org2004/12/12/
(missing slash between dns and path)
To get it working I changed the following line in the get_[year|month|day]_link functions in the file "wp-includes/templates-functions-links.php":
return get_settings('home') trailingslashit($monthlink);
to
return get_settings('home') .'/'. trailingslashit($monthlink);
Permalink structure of: /entry/%posttitle%
Change History (2)
Note: See
TracTickets for help on using
tickets.
http://wordpress.org/pipermail/cvs_wordpress.org/2004-December/000793.html