Changeset 6751 for trunk/src/includes/topics/template.php
- Timestamp:
- 12/08/2017 02:09:08 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/template.php
r6737 r6751 321 321 function bbp_add_sticky_topics( &$query, $args = array() ) { 322 322 323 // Bail if overloaded 324 if ( null !== apply_filters( 'bbp_pre_add_stick_topics', null, $query, $args ) ) { 325 return; 323 // Bail if intercepted 324 $intercept = bbp_maybe_intercept( __FUNCTION__, func_get_args() ); 325 if ( bbp_is_intercepted( $intercept ) ) { 326 return $intercept; 326 327 } 327 328
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)