Skip to:
Content

BuddyPress.org

Changes between Version 2 and Version 3 of Ticket #2681, comment 3


Ignore:
Timestamp:
01/18/2011 06:45:39 PM (14 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2681, comment 3

    v2 v3  
    1 1.3-worthy?
     1The 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".
    22
    3 Patch properly redirects BP pages to their trailingslashit equivalent.
     3---
     4
     5Tested lightly; it redirects BP pages to their trailingslashit equivalent.
    46
    57Anchors in URLs are preserved; haven't checked queries, but should work as well.