Changeset 7767
- Timestamp:
- 01/30/2014 06:41:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r7760 r7767 277 277 } 278 278 279 // Whether to refrain from loading deprecated functions 280 if ( ! defined( 'BP_IGNORE_DEPRECATED' ) ) { 281 define( 'BP_IGNORE_DEPRECATED', false ); 282 } 283 279 284 // The search slug has to be defined nice and early because of the way 280 285 // search requests are loaded … … 304 309 /** Loading ***************************************************/ 305 310 306 $this->load_deprecated = true;311 $this->load_deprecated = ! apply_filters( 'bp_ignore_deprecated', BP_IGNORE_DEPRECATED ); 307 312 308 313 /** Toolbar ***************************************************/
Note: See TracChangeset
for help on using the changeset viewer.