Changeset 11169
- Timestamp:
- 10/04/2016 12:34:47 AM (9 years ago)
- Location:
- trunk/src/bp-xprofile/classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r11127 r11169 1330 1330 <div id="titlediv"> 1331 1331 <div class="titlewrap"> 1332 <label id="title-prompt-text" for="title"><?php echo esc_html_x( 'Name ', 'XProfile admin edit field', 'buddypress' ); ?></label>1332 <label id="title-prompt-text" for="title"><?php echo esc_html_x( 'Name (required)', 'XProfile admin edit field', 'buddypress' ); ?></label> 1333 1333 <input type="text" name="title" id="title" value="<?php echo esc_attr( $this->name ); ?>" autocomplete="off" /> 1334 1334 </div> -
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r11030 r11169 748 748 <div id="titlediv"> 749 749 <div class="titlewrap"> 750 <label id="title-prompt-text" for="title"><?php esc_html_e( 'Field Group Name ', 'buddypress') ?></label>750 <label id="title-prompt-text" for="title"><?php esc_html_e( 'Field Group Name (required)', 'buddypress') ?></label> 751 751 <input type="text" name="group_name" id="title" value="<?php echo esc_attr( $this->name ); ?>" autocomplete="off" /> 752 752 </div>
Note: See TracChangeset
for help on using the changeset viewer.