Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 06:04:27 AM (9 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/blogs/create.php

    r9819 r10150  
    11<?php
     2/**
     3 * BuddyPress - Blogs Create
     4 * @package    BuddyPress
     5 * @subpackage bp-legacy
     6 */
    27
    38/**
    49 * Fires at the top of the blog creation template file.
    510 *
    6  * @since BuddyPress (1.6.0)
     11 * @since 1.6.0
    712 */
    813do_action( 'bp_before_create_blog_content_template' ); ?>
     
    1823 * Fires before the display of the blog creation form.
    1924 *
    20  * @since BuddyPress (1.1.0)
     25 * @since 1.1.0
    2126 */
    2227do_action( 'bp_before_create_blog_content' ); ?>
     
    3944 * Fires after the display of the blog creation form.
    4045 *
    41  * @since BuddyPress (1.1.0)
     46 * @since 1.1.0
    4247 */
    4348do_action( 'bp_after_create_blog_content' ); ?>
     
    4853 * Fires at the bottom of the blog creation template file.
    4954 *
    50  * @since BuddyPress (1.6.0)
     55 * @since 1.6.0
    5156 */
    5257do_action( 'bp_after_create_blog_content_template' ); ?>
Note: See TracChangeset for help on using the changeset viewer.