Changeset 10454 for trunk/src/bp-groups/bp-groups-actions.php
- Timestamp:
- 01/18/2016 05:18:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-actions.php
r10417 r10454 93 93 /** 94 94 * Catch and process group creation form submissions. 95 * 96 * @since 1.2.0 97 * 98 * @return bool 95 99 */ 96 100 function groups_action_create_group() { … … 357 361 /** 358 362 * Catch and process "Join Group" button clicks. 363 * 364 * @since 1.0.0 365 * 366 * @return bool 359 367 */ 360 368 function groups_action_join_group() { … … 410 418 * 411 419 * @since 1.2.4 420 * 421 * @return bool 412 422 */ 413 423 function groups_action_leave_group() { … … 453 463 * Sort the group creation steps. 454 464 * 465 * @since 1.1.0 466 * 455 467 * @return false|null False on failure. 456 468 */ … … 489 501 /** 490 502 * Catch requests for a random group page (example.com/groups/?random-group) and redirect. 503 * 504 * @since 1.2.0 491 505 */ 492 506 function groups_action_redirect_to_random_group() {
Note: See TracChangeset
for help on using the changeset viewer.