Changeset 7417
- Timestamp:
- 10/11/2013 06:02:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-classes.php
r7358 r7417 383 383 <div id="titlewrap"> 384 384 <label class="screen-reader-text" id="title-prompt-text" for="title"><?php _e( 'Field Group Title', 'buddypress') ?></label> 385 <input type="text" name="group_name" id="title" value="<?php echo esc_attr( $this->name ); ?>" />385 <input type="text" name="group_name" id="title" value="<?php echo esc_attr( $this->name ); ?>" placeholder="<?php esc_attr_e( 'Field Group Title', 'buddypress' ); ?>" /> 386 386 </div> 387 387 </div>
Note: See TracChangeset
for help on using the changeset viewer.