Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/19/2011 08:31:10 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Adjust internal action load orders to stop 'doing it wrong' by moving appropriate actions off plugins_loaded and into init. Fixes #2609 but will need testing; it may have adverse effects on external plugins. Adds missing function_exists checks to bp-default functions.

File:
1 edited

Legend:

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

    r3728 r3742  
    3939    if ( empty( $match ) ) {
    4040        $bp->add_root[] = $slug;
    41         add_action( 'init', 'bp_core_create_root_component_page' );
     41        add_action( 'bp_init', 'bp_core_create_root_component_page' );
    4242    }
    4343}
Note: See TracChangeset for help on using the changeset viewer.