Changeset 10148 for trunk/src/bp-groups/bp-groups-filters.php
- Timestamp:
- 09/27/2015 05:25:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-filters.php
r9975 r10148 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Groups Filters. … … 8 7 */ 9 8 10 // Exit if accessed directly 9 // Exit if accessed directly. 11 10 defined( 'ABSPATH' ) || exit; 12 11 … … 70 69 * Filter output of Group Description through WordPress's KSES API. 71 70 * 72 * @since BuddyPress (1.1.0)71 * @since 1.1.0 73 72 * 74 73 * @param string $content … … 102 101 * Filters the HTML elements allowed for a given context. 103 102 * 104 * @since BuddyPress (1.2.0)103 * @since 1.2.0 105 104 * 106 105 * @param string $allowed_tags Allowed tags, attributes, and/or entities. … … 236 235 * This speeds up the query. 237 236 * 238 * @since BuddyPress (1.5.0)237 * @since 1.5.0 239 238 * 240 239 * @see BB_Query::_filter_sql() … … 247 246 * This filter is used to prevent fetching information that is not used. 248 247 * 249 * @since BuddyPress (1.5.0)248 * @since 1.5.0 250 249 * 251 250 * @param string $value SQL string to specify fetching just topic_id. … … 259 258 * mentions suggestions? 260 259 * 261 * @since BuddyPress (2.2.0)260 * @since 2.2.0 262 261 * 263 262 * @param bool $load_mentions True to load mentions assets, false otherwise.
Note: See TracChangeset
for help on using the changeset viewer.