Ticket #5171: 5171.patch
File 5171.patch, 545 bytes (added by , 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 ); 84 84 * places. This won't always be this way, we promise. 85 85 * v---Load order 86 86 */ 87 add_action( 'bp_template_redirect', 'bp_redirect_canonical', 2 ); 87 88 add_action( 'bp_template_redirect', 'bp_actions', 4 ); 88 89 add_action( 'bp_template_redirect', 'bp_screens', 6 ); 89 90