Changes between Version 2 and Version 3 of Ticket #2681, comment 3
- Timestamp:
- 01/18/2011 06:45:39 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2681, comment 3
v2 v3 1 1.3-worthy? 1 The patch checks if the current page is a blog page ( WP page, post, archive, etc. ) with bp_is_blog_page(), then adds a hook to "get_header" with a priority of zero, so it runs first, directly after "template_redirect"; "get_header" is the action following "template_redirect". 2 2 3 Patch properly redirects BP pages to their trailingslashit equivalent. 3 --- 4 5 Tested lightly; it redirects BP pages to their trailingslashit equivalent. 4 6 5 7 Anchors in URLs are preserved; haven't checked queries, but should work as well.