Changeset 10096 for trunk/src/bp-forums/bp-forums-filters.php
- Timestamp:
- 09/12/2015 05:51:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-forums/bp-forums-filters.php
r9819 r10096 4 4 * 5 5 * @package BuddyPress 6 * @subpackage Forums 7 */ 8 9 // Exit if accessed directly 6 * @subpackage ForumsFilters 7 */ 8 9 // Exit if accessed directly. 10 10 defined( 'ABSPATH' ) || exit; 11 11 … … 87 87 * Filters the allowed HTML tags for forum posts. 88 88 * 89 * @since BuddyPress (1.2.0)89 * @since 1.2.0 90 90 * 91 91 * @param array $forums_allowedtags Array of allowed HTML tags. … … 108 108 * Filters the link for a forum topic tags directory. 109 109 * 110 * @since BuddyPress (1.1.0)110 * @since 1.1.0 111 111 * 112 112 * @param string $value Link for the forum topic tag directory. … … 184 184 * This filter is added in bp_has_forum_topics(). 185 185 * 186 * @since BuddyPress (1.5.0)186 * @since 1.5.0 187 187 * 188 188 * @param string $sql SQL fragment. … … 200 200 * This filter is added in bp_has_forum_topics(). 201 201 * 202 * @since BuddyPress (1.5.0)202 * @since 1.5.0 203 203 * 204 204 * @global object $bbdb The bbPress database global. … … 220 220 * This filter is added in bp_has_forum_topics(). 221 221 * 222 * @since BuddyPress (1.5.0)222 * @since 1.5.0 223 223 * 224 224 * @global object $wpdb The WordPress database global.
Note: See TracChangeset
for help on using the changeset viewer.