Skip to:
Content

BuddyPress.org

Changeset 7381


Ignore:
Timestamp:
09/17/2013 12:58:46 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
  • branches/1.8/bp-core/bp-core-actions.php

    r6958 r7381  
    8080 * BuddyPress is a bully and overrides the existing themes output in many
    8181 * places. This won't always be this way, we promise.
    82  *                                                v---Load order
     82 *                                                           v---Load order
    8383 */
    84 add_action( 'bp_template_redirect', 'bp_actions', 4 );
    85 add_action( 'bp_template_redirect', 'bp_screens', 6 );
     84add_action( 'bp_template_redirect', 'bp_redirect_canonical', 2 );
     85add_action( 'bp_template_redirect', 'bp_actions',            4 );
     86add_action( 'bp_template_redirect', 'bp_screens',            6 );
    8687
    8788/**
Note: See TracChangeset for help on using the changeset viewer.