Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/12/2015 05:51:55 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Forums component.

See #6576

File:
1 edited

Legend:

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

    r9819 r10096  
    44 *
    55 * @package BuddyPress
    6  * @subpackage Forums
    7  */
    8 
    9 // Exit if accessed directly
     6 * @subpackage ForumsFilters
     7 */
     8
     9// Exit if accessed directly.
    1010defined( 'ABSPATH' ) || exit;
    1111
     
    8787     * Filters the allowed HTML tags for forum posts.
    8888     *
    89      * @since BuddyPress (1.2.0)
     89     * @since 1.2.0
    9090     *
    9191     * @param array $forums_allowedtags Array of allowed HTML tags.
     
    108108     * Filters the link for a forum topic tags directory.
    109109     *
    110      * @since BuddyPress (1.1.0)
     110     * @since 1.1.0
    111111     *
    112112     * @param string $value Link for the forum topic tag directory.
     
    184184 * This filter is added in bp_has_forum_topics().
    185185 *
    186  * @since BuddyPress (1.5.0)
     186 * @since 1.5.0
    187187 *
    188188 * @param string $sql SQL fragment.
     
    200200 * This filter is added in bp_has_forum_topics().
    201201 *
    202  * @since BuddyPress (1.5.0)
     202 * @since 1.5.0
    203203 *
    204204 * @global object $bbdb The bbPress database global.
     
    220220 * This filter is added in bp_has_forum_topics().
    221221 *
    222  * @since BuddyPress (1.5.0)
     222 * @since 1.5.0
    223223 *
    224224 * @global object $wpdb The WordPress database global.
Note: See TracChangeset for help on using the changeset viewer.