Changeset 10821 for trunk/src/bp-forums/bp-forums-filters.php
- Timestamp:
- 05/29/2016 07:08:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-forums/bp-forums-filters.php
r10417 r10821 58 58 /** 59 59 * Custom KSES filter for the Forums component. 60 * 61 * @since 1.2.0 60 62 * 61 63 * @param string $content Content to sanitize. … … 99 101 * Get a link for a forum topic tags directory. 100 102 * 103 * @since 1.1.0 104 * 101 105 * @param string $link Link passed from filter. 102 106 * @param string $tag Name of the tag. … … 120 124 * Add rel="nofollow" to bbPress content. 121 125 * 126 * @since 1.2.1 127 * 122 128 * @param string $text Post content. 123 129 * @return string Modified post content. … … 128 134 /** 129 135 * Callback for preg_replace_callback() in bp_forums_make_nofollow_filter(). 136 * 137 * @since 1.2.1 130 138 * 131 139 * @param array $matches Regex matches from {@link bp_forums_make_nofollow_filter()}. … … 141 149 * Append forum topic to page title. 142 150 * 151 * @since 1.2.6 152 * 143 153 * @see bp_modify_page_title() 144 154 * … … 164 174 * Prevents embedded anchor tags. 165 175 * 176 * @since 1.5.0 177 * 166 178 * @param string $content Edited post content. 167 179 * @return string $content Sanitized post content.
Note: See TracChangeset
for help on using the changeset viewer.