Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/24/2010 10:18:23 PM (16 years ago)
Author:
johnjamesjacoby
Message:

First pass at adjusting action priorities for easier external plugin inclusion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-forums.php

    r2695 r2788  
    2929        do_action( 'bp_forums_setup' );
    3030}
    31 add_action( 'bp_setup_globals', 'bp_forums_setup' );
     31add_action( 'bp_setup_globals', 'bp_forums_setup', 9 );
    3232
    3333function bp_forums_is_installed_correctly() {
     
    4444        bp_core_add_root_component( BP_FORUMS_SLUG );
    4545}
    46 add_action( 'bp_setup_root_components', 'bp_forums_setup_root_component' );
     46add_action( 'bp_setup_root_components', 'bp_forums_setup_root_component', 9 );
    4747
    4848function bp_forums_directory_forums_setup() {
Note: See TracChangeset for help on using the changeset viewer.