Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/18/2018 09:56:44 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: fix @since PHPDoc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/groups/ajax.php

    r11858 r11899  
    33 * Groups Ajax functions
    44 *
    5  * @since 1.0.0
     5 * @since 3.0.0
    66 */
    77
     
    2727 * Join or leave a group when clicking the "join/leave" button via a POST request.
    2828 *
    29  * @since 1.0.0
     29 * @since 3.0.0
    3030 *
    3131 * @return string HTML
     
    239239
    240240/**
    241  * @since 1.0.0
     241 * @since 3.0.0
    242242 */
    243243function bp_nouveau_ajax_get_users_to_invite() {
     
    334334
    335335/**
    336  * @since 1.0.0
     336 * @since 3.0.0
    337337 */
    338338function bp_nouveau_ajax_send_group_invites() {
     
    419419
    420420/**
    421  * @since 1.0.0
     421 * @since 3.0.0
    422422 */
    423423function bp_nouveau_ajax_remove_group_invite() {
Note: See TracChangeset for help on using the changeset viewer.