Changeset 8991 for trunk/src/bp-xprofile/bp-xprofile-classes.php
- Timestamp:
- 09/08/2014 06:05:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-classes.php
r8986 r8991 501 501 <div id="titlewrap"> 502 502 <label class="screen-reader-text" id="title-prompt-text" for="title"><?php esc_html_e( 'Field Group Title', 'buddypress') ?></label> 503 <input type="text" name="group_name" autocomplete="off" id="title" value="<?php echo esc_attr( $this->name ); ?>" />503 <input type="text" name="group_name" autocomplete="off" id="title" value="<?php echo esc_attr( $this->name ); ?>" placeholder="<?php echo esc_attr_x( 'Group Name', 'XProfile admin edit group', 'buddypress' ); ?>" /> 504 504 </div> 505 505 </div> … … 921 921 <div id="post-body-content"> 922 922 <div id="titlediv"> 923 <input type="text" name="title" id="title" value="<?php echo esc_attr( $this->name ); ?>" />923 <input type="text" name="title" id="title" value="<?php echo esc_attr( $this->name ); ?>" placeholder="<?php echo esc_attr_x( 'Field Name', 'XProfile admin edit field', 'buddypress' ); ?>" /> 924 924 </div> 925 925 <div class="postbox">
Note: See TracChangeset
for help on using the changeset viewer.