Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/22/2018 04:27:21 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: fix login in filter convenience functions.

Fixes #7751

Props pareshradadiya

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/activity/template-tags.php

    r11899 r11989  
    138138        $hook = array( 'bp' );
    139139
    140         if ( ! $when ) {
     140        if ( $when ) {
    141141                $hook[] = $when;
    142142        }
     
    145145        $hook[] = 'activity';
    146146
    147         if ( ! $suffix ) {
     147        if ( $suffix ) {
    148148                $hook[] = $suffix;
    149149        }
Note: See TracChangeset for help on using the changeset viewer.