Skip to:
Content

BuddyPress.org

Changeset 2305 for trunk/bp-groups.php


Ignore:
Timestamp:
01/15/2010 12:23:47 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1423 - missing groups_created_group action.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r2304 r2305  
    16301630    }
    16311631
     1632    do_action( 'groups_created_group', $group->id );
     1633
    16321634    return $group->id;
    16331635}
Note: See TracChangeset for help on using the changeset viewer.