Skip to:
Content

BuddyPress.org

Changeset 4051


Ignore:
Timestamp:
02/17/2011 04:44:32 PM (13 years ago)
Author:
boonebgorges
Message:

Bumps the priority of group extension _register method hook, to ensure that the extension is detected early enough during the group creation process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-classes.php

    r4049 r4051  
    11991199
    12001200    /* Register the group extension on the bp_init action so we have access to all plugins */
    1201     add_action( 'bp_init', create_function( '', '$extension = new ' . $group_extension_class . '; add_action( "bp_actions", array( &$extension, "_register" ) );' ), 11 );
     1201    add_action( 'bp_init', create_function( '', '$extension = new ' . $group_extension_class . '; add_action( "bp_actions", array( &$extension, "_register" ), 8 );' ), 11 );
    12021202}
    12031203
Note: See TracChangeset for help on using the changeset viewer.