Skip to:
Content

BuddyPress.org

Changeset 3742 for trunk/bp-activity.php


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

    r3728 r3742  
    12671267    do_action( 'bp_register_activity_actions' );
    12681268}
    1269 add_action( 'bp_loaded', 'bp_register_activity_actions', 8 );
     1269add_action( 'bp_init', 'bp_register_activity_actions', 8 );
    12701270
    12711271
Note: See TracChangeset for help on using the changeset viewer.