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

    r3734 r3742  
    623623    add_action( 'wp', 'bp_core_wpsignup_redirect' );
    624624else
    625     add_action( 'init', 'bp_core_wpsignup_redirect' );
     625    add_action( 'bp_init', 'bp_core_wpsignup_redirect' );
    626626
    627627?>
Note: See TracChangeset for help on using the changeset viewer.