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

    r10086 r10150  
    66     * Fires before the display of message compose content.
    77     *
    8      * @since BuddyPress (1.1.0)
     8     * @since 1.1.0
    99     */
    1010    do_action( 'bp_before_messages_compose_content' ); ?>
     
    3535     * Fires after the display of message compose content.
    3636     *
    37      * @since BuddyPress (1.1.0)
     37     * @since 1.1.0
    3838     */
    3939    do_action( 'bp_after_messages_compose_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.