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

    r3703 r3742  
    4545        define( 'BP_AVATAR_DEFAULT_THUMB', BP_PLUGIN_URL . '/bp-core/images/mystery-man-50.jpg' );
    4646}
    47 add_action( 'bp_loaded', 'bp_core_set_avatar_constants', 8 );
     47add_action( 'bp_init', 'bp_core_set_avatar_constants', 8 );
    4848
    4949/**
Note: See TracChangeset for help on using the changeset viewer.