Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 06:04:27 AM (10 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Templates Component.

Fixes #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/single/send-invites.php

    r9896 r10150  
    11<?php
     2/**
     3 * BuddyPress - Groups Send Invites
     4 * @package    BuddyPress
     5 * @subpackage bp-legacy
     6 */
    27
    38/**
    49 * Fires before the send invites content.
    510 *
    6  * @since BuddyPress (1.1.0)
     11 * @since 1.1.0
    712 */
    813do_action( 'bp_before_group_send_invites_content' ); ?>
     
    5459 * Fires after the send invites content.
    5560 *
    56  * @since BuddyPress (1.2.0)
     61 * @since 1.2.0
    5762 */
    5863do_action( 'bp_after_group_send_invites_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.