Changeset 5489
- Timestamp:
- 12/10/2011 09:20:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-classes.php
r5391 r5489 718 718 </div> 719 719 </div> 720 <?php 721 if ( '0' != $this->can_delete ) { 722 ?> 720 723 721 <div id="titlediv"> 724 722 <h3><label for="description"><?php _e("Field Description", 'buddypress'); ?></label></h3> … … 728 726 </div> 729 727 728 <?php 729 if ( '0' != $this->can_delete ) { 730 ?> 730 731 <div id="titlediv"> 731 732 <h3><label for="required"><?php _e( "Is This Field Required?", 'buddypress' ); ?> *</label></h3>
Note: See TracChangeset
for help on using the changeset viewer.