Skip to:
Content

BuddyPress.org

Ticket #7960: 7960.patch

File 7960.patch, 566 bytes (added by imath, 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() { 
    573573                                        ) );
    574574                                }
    575575
     576                                if ( ! isset( $bp_nouveau->{$component} ) ) {
     577                                        $bp_nouveau->{$component} = new stdClass;
     578                                }
     579
    576580                                // Set the global for a later use.
    577581                                $bp_nouveau->{$component}->loop_layout = $layout_prefs;
    578582                        }