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-filters.php

    r10417 r10821  
    5858/**
    5959 * Custom KSES filter for the Forums component.
     60 *
     61 * @since 1.2.0
    6062 *
    6163 * @param string $content Content to sanitize.
     
    99101 * Get a link for a forum topic tags directory.
    100102 *
     103 * @since 1.1.0
     104 *
    101105 * @param string $link    Link passed from filter.
    102106 * @param string $tag     Name of the tag.
     
    120124 * Add rel="nofollow" to bbPress content.
    121125 *
     126 * @since 1.2.1
     127 *
    122128 * @param string $text Post content.
    123129 * @return string Modified post content.
     
    128134    /**
    129135     * Callback for preg_replace_callback() in bp_forums_make_nofollow_filter().
     136     *
     137     * @since 1.2.1
    130138     *
    131139     * @param array $matches Regex matches from {@link bp_forums_make_nofollow_filter()}.
     
    141149 * Append forum topic to page title.
    142150 *
     151 * @since 1.2.6
     152 *
    143153 * @see bp_modify_page_title()
    144154 *
     
    164174 * Prevents embedded anchor tags.
    165175 *
     176 * @since 1.5.0
     177 *
    166178 * @param string $content Edited post content.
    167179 * @return string $content Sanitized post content.
Note: See TracChangeset for help on using the changeset viewer.