Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/03/2013 07:44:30 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Rewrite Rules:

Hook bp_parse_query() to 'parse_query' allowing components to parse the main query if needed. See #4954.

File:
1 edited

Legend:

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

    r7367 r7371  
    3434add_action( 'plugins_loaded',          'bp_loaded',                 10    );
    3535add_action( 'init',                    'bp_init',                   10    );
     36add_action( 'parse_query',             'bp_parse_query',            2     ); // Early for overrides
    3637add_action( 'wp',                      'bp_ready',                  10    );
    3738add_action( 'set_current_user',        'bp_setup_current_user',     10    );
Note: See TracChangeset for help on using the changeset viewer.