Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/09/2013 01:30:04 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Port request helper functions from bbPress, to be used as part of rewrite rules integration in a future release.

File:
1 edited

Legend:

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

    r7433 r7542  
    8585 *                                                           v---Load order
    8686 */
    87 add_action( 'bp_template_redirect', 'bp_redirect_canonical', 2 );
    88 add_action( 'bp_template_redirect', 'bp_actions',            4 );
    89 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  );
     90add_action( 'bp_template_redirect', 'bp_post_request',       10 );
     91add_action( 'bp_template_redirect', 'bp_get_request',        10 );
    9092
    9193/**
Note: See TracChangeset for help on using the changeset viewer.