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/plugins.php

    r9819 r10150  
    11<?php
     2/**
     3 * BuddyPress - Groups plugins
     4 * @package    BuddyPress
     5 * @subpackage bp-legacy
     6 */
    27
    38/**
    49 * Fires before the display of content for plugins using the BP_Group_Extension.
    510 *
    6  * @since BuddyPress (1.2.0)
     11 * @since 1.2.0
    712 */
    813do_action( 'bp_before_group_plugin_template' ); ?>
     
    1318 * Fires and displays content for plugins using the BP_Group_Extension.
    1419 *
    15  * @since BuddyPress (1.0.0)
     20 * @since 1.0.0
    1621 */
    1722do_action( 'bp_template_content' ); ?>
     
    2227 * Fires after the display of content for plugins using the BP_Group_Extension.
    2328 *
    24  * @since BuddyPress (1.2.0)
     29 * @since 1.2.0
    2530 */
    2631do_action( 'bp_after_group_plugin_template' );
Note: See TracChangeset for help on using the changeset viewer.