Skip to:
Content

BuddyPress.org

Changeset 7380

Timestamp:
09/17/2013 12:58:16 AM (11 years ago)
Author:
boonebgorges
Message:

Reinstates bp_redirect_canonical functionality

This was mistakenly removed when introducing theme compatibility.

Fixes #5171

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-actions.php

    r7371 r7380  
    8383 * BuddyPress is a bully and overrides the existing themes output in many
    8484 * places. This won't always be this way, we promise.
    85  *                                                v---Load order
     85 *                                                v---Load order
    8686 */
    87 add_action( 'bp_template_redirect', 'bp_actions', 4 );
    88 add_action( 'bp_template_redirect', 'bp_screens', 6 );
     87add_action( 'bp_template_redirect', 'bp_redirect_canonical', 2 );
     88add_action( 'bp_template_redirect', 'bp_actions',            4 );
     89add_action( 'bp_template_redirect', 'bp_screens',            6 );
    8990
    9091/**
Note: See TracChangeset for help on using the changeset viewer.