Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/29/2016 07:08:27 AM (9 years ago)
Author:
tw2113
Message:

Plenty of @since tags for the BP Forums component.

See #6399.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-forums/bp-forums-screens.php

    r10417 r10821  
    1313/**
    1414 * Load the Forums directory.
     15 *
     16 * @since 1.1.0
    1517 */
    1618function bp_forums_directory_forums_setup() {
     
    103105/**
    104106 * Load the Topics Started screen.
     107 *
     108 * @since 1.5.0
    105109 */
    106110function bp_member_forums_screen_topics() {
     
    125129/**
    126130 * Load the Replied To screen.
     131 *
     132 * @since 1.5.0
    127133 */
    128134function bp_member_forums_screen_replies() {
     
    149155 *
    150156 * Note that this feature is not fully implemented at the moment.
     157 *
     158 * @since 1.5.0
    151159 */
    152160function bp_member_forums_screen_favorites() {
     
    171179/**
    172180 * Load a single forum page.
     181 *
     182 * @since 1.5.0
    173183 */
    174184function bp_forums_screen_single_forum() {
     
    197207/**
    198208 * Load a single forum topic page.
     209 *
     210 * @since 1.5.0
    199211 */
    200212function bp_forums_screen_single_topic() {
Note: See TracChangeset for help on using the changeset viewer.