Changes between Initial Version and Version 1 of Ticket #30210, comment 5
- Timestamp:
- 05/09/2015 04:35:41 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30210, comment 5
initial v1 1 Patch seems to fix bad urls , orthings like /wp-content/feed/1 Patch seems to fix bad urls (/foo/feed/), and things like /wp-content/feed/ 2 2 3 3 Does not resolve /pagename/feed/ (where pagename is a page, rather than a page of posts). Not sure why, since I would think a page doesn't have posts. Guessing have_posts must return true for pages... ?