Changeset 7564
- Timestamp:
- 11/12/2013 04:10:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-classes.php
r7563 r7564 884 884 </div> 885 885 886 <?php /* Field 1 is the fullname field, which cannot have custom visibility */ ?> 886 887 <?php if ( 1 != $this->id ) : ?> 887 888 … … 925 926 <div id="postbox-container-2" class="postbox-container"> 926 927 927 <?php if ( '0' != $this->can_delete ) : ?> 928 <?php /* Field 1 is the fullname field, which cannot be altered */ ?> 929 <?php if ( 1 != $this->id ) : ?> 928 930 929 931 <div class="postbox">
Note: See TracChangeset
for help on using the changeset viewer.