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

    r9896 r10150  
    11<?php
    2 
    32/**
    43 * BuddyPress - Users Blogs
     
    2827                 * Fires inside the members blogs order options select input.
    2928                 *
    30                  * @since BuddyPress (1.2.0)
     29                 * @since 1.2.0
    3130                 */
    3231                do_action( 'bp_member_blog_order_options' ); ?>
     
    4645         * Fires before the display of member blogs content.
    4746         *
    48          * @since BuddyPress (1.2.0)
     47         * @since 1.2.0
    4948         */
    5049        do_action( 'bp_before_member_blogs_content' ); ?>
     
    6160         * Fires after the display of member blogs content.
    6261         *
    63          * @since BuddyPress (1.2.0)
     62         * @since 1.2.0
    6463         */
    6564        do_action( 'bp_after_member_blogs_content' );
Note: See TracChangeset for help on using the changeset viewer.