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

    r9819 r10150  
    99 * @subpackage bp-legacy
    1010 */
    11 ?>
    12 
    13         <?php
    1411
    1512        /**
    1613         * Fires at the start of the member plugin template.
    1714         *
    18          * @since BuddyPress (1.2.0)
     15         * @since 1.2.0
    1916         */
    2017        do_action( 'bp_before_member_plugin_template' ); ?>
     
    3128                 * Fires inside the member plugin template nav <ul> tag.
    3229                 *
    33                  * @since BuddyPress (1.2.2)
     30                 * @since 1.2.2
    3431                 */
    3532                do_action( 'bp_member_plugin_options_nav' ); ?>
     
    4441             * Fires inside the member plugin template <h3> tag.
    4542             *
    46              * @since BuddyPress (1.0.0)
     43             * @since 1.0.0
    4744             */
    4845            do_action( 'bp_template_title' ); ?></h3>
     
    5350         * Fires and displays the member plugin template content.
    5451         *
    55          * @since BuddyPress (1.0.0)
     52         * @since 1.0.0
    5653         */
    5754        do_action( 'bp_template_content' ); ?>
     
    6259         * Fires at the end of the member plugin template.
    6360         *
    64          * @since BuddyPress (1.2.0)
     61         * @since 1.2.0
    6562         */
    6663        do_action( 'bp_after_member_plugin_template' ); ?>
Note: See TracChangeset for help on using the changeset viewer.