Changeset 13537
- Timestamp:
- 07/31/2023 09:38:15 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-blocks.php
r13517 r13537 17 17 * 18 18 * @since 9.0.0 19 * 19 * 20 20 * @global BP_Activity_Template $activities_template The Activity template loop. 21 21 * … … 81 81 82 82 // Build the activity loop. 83 if ( 'nouveau' === bp_get_theme_compat_id() ) {83 if ( bp_is_theme_compat_active() && 'nouveau' === bp_get_theme_compat_id() ) { 84 84 $bp_nouveau = bp_nouveau(); 85 85
Note: See TracChangeset
for help on using the changeset viewer.