Changes between Initial Version and Version 5 of Ticket #3964
- Timestamp:
- 03/12/07 22:22:11 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3964
- Property Status changed from new to assigned
- Property Component changed from Administration to General
- Property Priority changed from low to normal
- Property Owner changed from anonymous to westi
- Property Version changed from to 2.1.2
- Property Milestone changed from 2.3 to 2.2
- Property Keywords rewrite added
-
Ticket #3964 – Description
initial v5 9 9 the query fails, because the above it matches the post-with-page-suffix rewrite rule: 10 10 11 (.+?)/([ UC/]+)(/[0-9]+)?/?$11 (.+?)/([!^/]+)(/[0-9]+)?/?$ 12 12 13 and WordPress thinks it is the post in category "foo" with slug "param" (which doesn't exist). Note: I had to type in UC instead of using the up-caret character, to get around WIKI formatting issues.13 and WordPress thinks it is the post in category "foo" with slug "param" (which doesn't exist). 14 14 15 15 It's also a problem on feeds, where
