Ticket #7960: 7960.patch
File 7960.patch, 566 bytes (added by , 6 years ago) |
---|
-
src/bp-templates/bp-nouveau/includes/template-tags.php
diff --git src/bp-templates/bp-nouveau/includes/template-tags.php src/bp-templates/bp-nouveau/includes/template-tags.php index 432d1e224..fe70b1e8f 100644
function bp_nouveau_loop_classes() { 573 573 ) ); 574 574 } 575 575 576 if ( ! isset( $bp_nouveau->{$component} ) ) { 577 $bp_nouveau->{$component} = new stdClass; 578 } 579 576 580 // Set the global for a later use. 577 581 $bp_nouveau->{$component}->loop_layout = $layout_prefs; 578 582 }