Ticket #7758: 7758.1.diff
File 7758.1.diff, 568 bytes (added by , 7 years ago) |
---|
-
src/bp-core/bp-core-theme-compatibility.php
diff --git src/bp-core/bp-core-theme-compatibility.php src/bp-core/bp-core-theme-compatibility.php index 0bb0efb12..589eed902 100644
add_action( 'loop_end', 'bp_theme_compat_loop_end' ); 994 994 * @since 3.0.0 995 995 */ 996 996 function bp_check_theme_template_pack_dependency() { 997 if ( empty( buddypress()->theme_compat->packages ) ) { 998 return; 999 } 1000 997 1001 $all_packages = array_keys( buddypress()->theme_compat->packages ); 998 1002 999 1003 foreach ( $all_packages as $package ) {