Changeset 5829 for trunk/src/includes/core/template-loader.php
- Timestamp:
- 07/14/2015 12:46:38 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/template-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/template-loader.php
r5770 r5829 111 111 // A bbPress template file was located, so override the WordPress template 112 112 // and use it to switch off bbPress's theme compatibility. 113 if ( ! empty( $new_template ) ) {113 if ( ! empty( $new_template ) ) { 114 114 $template = bbp_set_template_included( $new_template ); 115 115 } … … 160 160 } 161 161 162 if ( ! defined( 'WP_INSTALLING' ) || ( ! empty( $pagenow ) && ( 'wp-activate.php' !== $pagenow ) ) ) {162 if ( ! defined( 'WP_INSTALLING' ) || ( ! empty( $pagenow ) && ( 'wp-activate.php' !== $pagenow ) ) ) { 163 163 bbp_locate_template( 'bbpress-functions.php', true ); 164 164 }
Note: See TracChangeset
for help on using the changeset viewer.