Changeset 6438 for trunk/src/includes/core/filters.php
- Timestamp:
- 05/27/2017 05:04:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/filters.php
r6431 r6438 342 342 */ 343 343 function _bbp_has_forums_query( $args = array() ) { 344 345 // Filter & return 344 346 return apply_filters( 'bbp_has_forums_query', $args ); 345 347 } … … 355 357 */ 356 358 function _bbp_has_topics_query( $args = array() ) { 359 360 // Filter & return 357 361 return apply_filters( 'bbp_has_topics_query', $args ); 358 362 } … … 368 372 */ 369 373 function _bbp_has_replies_query( $args = array() ) { 374 375 // Filter & return 370 376 return apply_filters( 'bbp_has_replies_query', $args ); 371 377 }
Note: See TracChangeset
for help on using the changeset viewer.