Changeset 6188
- Timestamp:
- 07/19/2012 06:58:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-classes.php
r6187 r6188 728 728 } 729 729 730 if ( $this->type != $type ) { 731 $class = 'display: none;'; 732 } 730 $class = $this->type != $type ? 'display: none;' : ''; 733 731 734 732 if ( empty( $this->default_visibility ) ) {
Note: See TracChangeset
for help on using the changeset viewer.