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/members/single/messages/single.php

    r10087 r10150  
    66     * Fires before the display of a single member message thread content.
    77     *
    8      * @since BuddyPress (1.1.0)
     8     * @since 1.1.0
    99     */
    1010    do_action( 'bp_before_message_thread_content' ); ?>
     
    4141         * Fires before the display of the message thread list.
    4242         *
    43          * @since BuddyPress (1.1.0)
     43         * @since 1.1.0
    4444         */
    4545        do_action( 'bp_before_message_thread_list' ); ?>
     
    5454         * Fires after the display of the message thread list.
    5555         *
    56          * @since BuddyPress (1.1.0)
     56         * @since 1.1.0
    5757         */
    5858        do_action( 'bp_after_message_thread_list' ); ?>
     
    6363         * Fires before the display of the message thread reply form.
    6464         *
    65          * @since BuddyPress (1.1.0)
     65         * @since 1.1.0
    6666         */
    6767        do_action( 'bp_before_message_thread_reply' ); ?>
     
    9898                     * Fires before the display of the message reply box.
    9999                     *
    100                      * @since BuddyPress (1.1.0)
     100                     * @since 1.1.0
    101101                     */
    102102                    do_action( 'bp_before_message_reply_box' ); ?>
     
    110110                     * Fires after the display of the message reply box.
    111111                     *
    112                      * @since BuddyPress (1.1.0)
     112                     * @since 1.1.0
    113113                     */
    114114                    do_action( 'bp_after_message_reply_box' ); ?>
     
    133133         * Fires after the display of the message thread reply form.
    134134         *
    135          * @since BuddyPress (1.1.0)
     135         * @since 1.1.0
    136136         */
    137137        do_action( 'bp_after_message_thread_reply' ); ?>
     
    144144     * Fires after the display of a single member message thread content.
    145145     *
    146      * @since BuddyPress (1.1.0)
     146     * @since 1.1.0
    147147     */
    148148    do_action( 'bp_after_message_thread_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.