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/activity/post-form.php

    r10085 r10150  
    11<?php
    2 
    32/**
    43 * BuddyPress - Activity Post Form
     
    1716     * Fires before the activity post form.
    1817     *
    19      * @since BuddyPress (1.2.0)
     18     * @since 1.2.0
    2019     */
    2120    do_action( 'bp_before_activity_post_form' ); ?>
     
    8079             * Fires at the end of the activity post form markup.
    8180             *
    82              * @since BuddyPress (1.2.0)
     81             * @since 1.2.0
    8382             */
    8483            do_action( 'bp_activity_post_form_options' ); ?>
     
    9392     * Fires after the activity post form.
    9493     *
    95      * @since BuddyPress (1.2.0)
     94     * @since 1.2.0
    9695     */
    9796    do_action( 'bp_after_activity_post_form' ); ?>
Note: See TracChangeset for help on using the changeset viewer.