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/forum/edit.php

    r10104 r10150  
    11<?php
     2/**
     3 * BuddyPress - Groups Single Forum Edit
     4 * @package    BuddyPress
     5 * @subpackage bp-legacy
     6 */
    27
    38/**
    49 * Fires at the top of the group forum edit form.
    510 *
    6  * @since BuddyPress (1.2.4)
     11 * @since 1.2.4
    712 */
    813do_action( 'bp_before_group_forum_edit_form' ); ?>
     
    4752             * Fires at the end of the group forum topic meta section.
    4853             *
    49              * @since BuddyPress (1.2.5)
     54             * @since 1.2.5
    5055             */
    5156            do_action( 'bp_group_forum_topic_meta' ); ?>
     
    6267                 * Fires before the group forum topic form fields.
    6368                 *
    64                  * @since BuddyPress (1.2.0)
     69                 * @since 1.2.0
    6570                 */
    6671                do_action( 'bp_group_before_edit_forum_topic' ); ?>
     
    8085                 * Fires after the group forum topic form fields.
    8186                 *
    82                  * @since BuddyPress (1.2.0)
     87                 * @since 1.2.0
    8388                 */
    8489                do_action( 'bp_group_after_edit_forum_topic' ); ?>
     
    99104                 * Fires before the group edit forum textarea.
    100105                 *
    101                  * @since BuddyPress (1.2.0)
     106                 * @since 1.2.0
    102107                 */
    103108                do_action( 'bp_group_before_edit_forum_post' ); ?>
     
    110115                 * Fires after the group edit forum textarea.
    111116                 *
    112                  * @since BuddyPress (1.2.0)
     117                 * @since 1.2.0
    113118                 */
    114119                do_action( 'bp_group_after_edit_forum_post' ); ?>
     
    137142 * Fires at the end of the group forum edit form.
    138143 *
    139  * @since BuddyPress (1.2.4)
     144 * @since 1.2.4
    140145 */
    141146do_action( 'bp_after_group_forum_edit_form' ); ?>
Note: See TracChangeset for help on using the changeset viewer.