Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/18/2016 05:18:23 AM (9 years ago)
Author:
tw2113
Message:

Some more docs cleanup and plenty of @since tag additions for Groups Component.

See #6401.

File:
1 edited

Legend:

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

    r10417 r10454  
    9393/**
    9494 * Catch and process group creation form submissions.
     95 *
     96 * @since 1.2.0
     97 *
     98 * @return bool
    9599 */
    96100function groups_action_create_group() {
     
    357361/**
    358362 * Catch and process "Join Group" button clicks.
     363 *
     364 * @since 1.0.0
     365 *
     366 * @return bool
    359367 */
    360368function groups_action_join_group() {
     
    410418 *
    411419 * @since 1.2.4
     420 *
     421 * @return bool
    412422 */
    413423function groups_action_leave_group() {
     
    453463 * Sort the group creation steps.
    454464 *
     465 * @since 1.1.0
     466 *
    455467 * @return false|null False on failure.
    456468 */
     
    489501/**
    490502 * Catch requests for a random group page (example.com/groups/?random-group) and redirect.
     503 *
     504 * @since 1.2.0
    491505 */
    492506function groups_action_redirect_to_random_group() {
Note: See TracChangeset for help on using the changeset viewer.