Changeset 7213 for trunk/bp-forums/bp-forums-loader.php
- Timestamp:
- 06/13/2013 01:33:36 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-loader.php
r6581 r7213 82 82 if ( !defined( 'BB_PATH' ) ) 83 83 $includes[] = 'bbpress-sa'; 84 85 // Admin-specific code 86 if ( is_admin() ) { 87 $includes[] = 'deprecated/1.6'; 88 $includes[] = 'deprecated/1.7'; 89 } 84 90 85 91 parent::includes( $includes );
Note: See TracChangeset
for help on using the changeset viewer.