Skip to:
Content

BuddyPress.org

Ticket #5171: 5171.patch

File 5171.patch, 545 bytes (added by boonebgorges, 11 years ago)
  • bp-core/bp-core-actions.php

    diff --git bp-core/bp-core-actions.php bp-core/bp-core-actions.php
    index d6ffce3..3cea44a 100644
    add_action( 'bp_init', 'bp_add_permastructs', 40 ); 
    8484 * places. This won't always be this way, we promise.
    8585 *                                                v---Load order
    8686 */
     87add_action( 'bp_template_redirect', 'bp_redirect_canonical', 2 );
    8788add_action( 'bp_template_redirect', 'bp_actions', 4 );
    8889add_action( 'bp_template_redirect', 'bp_screens', 6 );
    8990