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

    r9896 r10150  
    11<?php
    2 
    32/**
    43 * BuddyPress - Users Profile
     
    2120 * Fires before the display of member profile content.
    2221 *
    23  * @since BuddyPress (1.1.0)
     22 * @since 1.1.0
    2423 */
    2524do_action( 'bp_before_profile_content' ); ?>
     
    6463 * Fires after the display of member profile content.
    6564 *
    66  * @since BuddyPress (1.1.0)
     65 * @since 1.1.0
    6766 */
    6867do_action( 'bp_after_profile_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.