Skip to:
Content

BuddyPress.org

Changeset 9516


Ignore:
Timestamp:
02/19/2015 07:53:49 PM (10 years ago)
Author:
boonebgorges
Message:

Introduce 'groups_action_sort_creation_steps' action.

Props natrio.
Fixes #6232.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-actions.php

    r9471 r9516  
    481481    foreach( (array) $temp as $position => $step )
    482482        $bp->groups->group_creation_steps[$step['slug']] = array( 'name' => $step['name'], 'position' => $position );
     483
     484    /**
     485     * Fires after group creation sets have been sorted.
     486     *
     487     * @since 2.3.0
     488     */
     489    do_action( 'groups_action_sort_creation_steps' );
    483490}
    484491
Note: See TracChangeset for help on using the changeset viewer.