Changeset 9906 for trunk/src/bp-groups/bp-groups-filters.php
- Timestamp:
- 06/02/2015 05:21:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-filters.php
r9819 r9906 2 2 3 3 /** 4 * BuddyPress Groups Filters 4 * BuddyPress Groups Filters. 5 5 * 6 6 * @package BuddyPress … … 73 73 * 74 74 * @param string $content 75 * 75 76 * @return string 76 77 */ … … 128 129 * 129 130 * @param string $sql 131 * 130 132 * @return string 131 133 */ … … 139 141 * 140 142 * @param string $sql 143 * 141 144 * @return string 142 145 */ … … 153 156 * 154 157 * @param string $sql 158 * 155 159 * @return string 156 160 */ … … 205 209 * @param string $cap 206 210 * @param array $args 211 * 207 212 * @return bool 208 213 */ … … 245 250 * @since BuddyPress (1.5.0) 246 251 * 247 * @param string $value SQL string to specify fetching just topic_id 252 * @param string $value SQL string to specify fetching just topic_id. 248 253 */ 249 254 return apply_filters( 'groups_filter_bbpress_root_page_sql', 't.topic_id' ); … … 255 260 * mentions suggestions? 256 261 * 257 * @param bool $load_mentions True to load mentions assets, false otherwise. 262 * @since BuddyPress (2.2.0) 263 * 264 * @param bool $load_mentions True to load mentions assets, false otherwise. 258 265 * @param bool $mentions_enabled True if mentions are enabled. 266 * 259 267 * @return bool True if mentions scripts should be loaded. 260 * @since BuddyPress (2.2.0)261 268 */ 262 269 function bp_groups_maybe_load_mentions_scripts( $load_mentions, $mentions_enabled ) {
Note: See TracChangeset
for help on using the changeset viewer.