Changeset 9026 for trunk/src/bp-groups/bp-groups-actions.php
- Timestamp:
- 09/17/2014 12:39:27 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-actions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-actions.php
r9023 r9026 317 317 add_action( 'bp_actions', 'groups_action_create_group' ); 318 318 319 /** 320 * Catch and process "Join Group" button clicks. 321 */ 319 322 function groups_action_join_group() { 320 323 global $bp; … … 402 405 /** 403 406 * Sort the group creation steps. 407 * 408 * @return bool|null False on failure. 404 409 */ 405 410 function groups_action_sort_creation_steps() { … … 444 449 * 445 450 * @since BuddyPress (1.2.0) 451 * 452 * @return bool|null False on failure. 446 453 */ 447 454 function groups_action_group_feed() {
Note: See TracChangeset
for help on using the changeset viewer.