Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/17/2014 12:39:27 AM (11 years ago)
Author:
boonebgorges
Message:

Improved inline documentation in bp-groups

See #5022

File:
1 edited

Legend:

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

    r9023 r9026  
    317317add_action( 'bp_actions', 'groups_action_create_group' );
    318318
     319/**
     320 * Catch and process "Join Group" button clicks.
     321 */
    319322function groups_action_join_group() {
    320323    global $bp;
     
    402405/**
    403406 * Sort the group creation steps.
     407 *
     408 * @return bool|null False on failure.
    404409 */
    405410function groups_action_sort_creation_steps() {
     
    444449 *
    445450 * @since BuddyPress (1.2.0)
     451 *
     452 * @return bool|null False on failure.
    446453 */
    447454function groups_action_group_feed() {
Note: See TracChangeset for help on using the changeset viewer.