Skip to:
Content

BuddyPress.org

Ticket #7813: 7813-new-diff-2.diff

File 7813-new-diff-2.diff, 589 bytes (added by dunhakdis, 8 years ago)

New patch file. Cheers

  • src/bp-templates/bp-nouveau/includes/functions.php

    diff --git src/bp-templates/bp-nouveau/includes/functions.php src/bp-templates/bp-nouveau/includes/functions.php
    index 6b83a12d4..c76add774 100644
    function bp_nouveau_wrapper( $args = array() ) {  
    235235        */
    236236        $current_component_class = bp_current_component() . '-meta';
    237237
    238         if ( 'groups' === bp_current_component() && 'activity' === bp_current_action() ) {
     238        if ( bp_is_group_activity() ) {
    239239                $generic_class = ' activity-meta ';
    240240        } else {
    241241                $generic_class = '';