Changeset 6751 for trunk/src/includes/core/options.php
- Timestamp:
- 12/08/2017 02:09:08 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/options.php
r6705 r6751 263 263 } 264 264 265 // Bail if strategy is overloaded to false|null266 $ strategy = apply_filters( 'bbp_pre_load_options', 'notoptions' );267 if ( empty( $strategy) ) {268 return ;265 // Maybe intercept 266 $intercept = bbp_maybe_intercept( __FUNCTION__, 'notoptions' ); 267 if ( bbp_is_intercepted( $intercept ) ) { 268 return $intercept; 269 269 } 270 270
Note: See TracChangeset
for help on using the changeset viewer.