Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/01/2010 12:40:17 PM (16 years ago)
Author:
apeatling
Message:

Reverting function priority changes, these will be moved to the trunk

File:
1 edited

Legend:

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

    r2788 r2794  
    2929        do_action( 'bp_forums_setup' );
    3030}
    31 add_action( 'bp_setup_globals', 'bp_forums_setup', 9 );
     31add_action( 'bp_setup_globals', 'bp_forums_setup' );
    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', 9 );
     46add_action( 'bp_setup_root_components', 'bp_forums_setup_root_component' );
    4747
    4848function bp_forums_directory_forums_setup() {
Note: See TracChangeset for help on using the changeset viewer.