Opened 22 years ago
Closed 22 years ago
#539 closed defect (bug) (fixed)
1.3-alpha-5 get_[year|month|day]_link functions produce broken links in sidebar
| Reported by: | funkknight | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Template | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
http://wordpress.org/pipermail/cvs_wordpress.org/2004-December/000793.html