Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/01/2010 12:40:17 PM (16 years ago)
Author:
apeatling
Message:

Reverting function priority changes, these will be moved to the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core/bp-core-avatars.php

    r2788 r2794  
    4545                define( 'BP_AVATAR_DEFAULT_THUMB', BP_PLUGIN_URL . '/bp-xprofile/images/none-thumbnail.gif' );
    4646}
    47 add_action( 'bp_init', 'bp_core_set_avatar_constants', 9 );
     47add_action( 'bp_init', 'bp_core_set_avatar_constants' );
    4848
    4949function bp_core_fetch_avatar( $args = '' ) {
Note: See TracChangeset for help on using the changeset viewer.