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-catchuri.php

    r3592 r3742  
    213213    $action_variables = array_merge( array(), $action_variables );
    214214}
    215 add_action( 'bp_loaded', 'bp_core_set_uri_globals', 4 );
     215add_action( 'bp_init', 'bp_core_set_uri_globals', 4 );
    216216
    217217/**
Note: See TracChangeset for help on using the changeset viewer.