Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/03/2015 05:00:53 PM (9 years ago)
Author:
johnjamesjacoby
Message:

XProfile: Missed a ! in r9687. See #6347.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-template.php

    r9687 r9688  
    385385        $css_classes = array();
    386386
    387         if ( empty( $class ) ) {
     387        if ( ! empty( $class ) ) {
    388388            $css_classes[] = sanitize_title( esc_attr( $class ) );
    389389        }
Note: See TracChangeset for help on using the changeset viewer.