Changeset 9688 for trunk/src/bp-xprofile/bp-xprofile-template.php
- Timestamp:
- 04/03/2015 05:00:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-template.php
r9687 r9688 385 385 $css_classes = array(); 386 386 387 if ( empty( $class ) ) {387 if ( ! empty( $class ) ) { 388 388 $css_classes[] = sanitize_title( esc_attr( $class ) ); 389 389 }
Note: See TracChangeset
for help on using the changeset viewer.