Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/22/2018 04:27:21 PM (7 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/template-tags.php

    r11915 r11989  
    20602060    $hook = array( 'bp' );
    20612061
    2062     if ( ! $when ) {
     2062    if ( $when ) {
    20632063        $hook[] = $when;
    20642064    }
     
    20662066    $hook[] = 'activate';
    20672067
    2068     if ( ! $suffix ) {
     2068    if ( $suffix ) {
    20692069        $hook[] = $suffix;
    20702070    }
Note: See TracChangeset for help on using the changeset viewer.