Ticket #5859: 5859.01.patch
File 5859.01.patch, 1.4 KB (added by , 10 years ago) |
---|
-
src/bp-xprofile/bp-xprofile-classes.php
496 496 <div id="titlediv"> 497 497 <div id="titlewrap"> 498 498 <label class="screen-reader-text" id="title-prompt-text" for="title"><?php esc_html_e( 'Field Group Title', 'buddypress') ?></label> 499 <input type="text" name="group_name" autocomplete="off" id="title" value="<?php echo esc_attr( $this->name ); ?>" />499 <input type="text" name="group_name" autocomplete="off" id="title" value="<?php echo esc_attr( $this->name ); ?>" placeholder="<?php _ex( 'Group Name', 'XProfile admin edit group', 'buddypress' ); ?>" /> 500 500 </div> 501 501 </div> 502 502 … … 916 916 <div id="post-body" class="metabox-holder columns-<?php echo ( 1 == get_current_screen()->get_columns() ) ? '1' : '2'; ?>"> 917 917 <div id="post-body-content"> 918 918 <div id="titlediv"> 919 <input type="text" name="title" id="title" value="<?php echo esc_attr( $this->name ); ?>" />919 <input type="text" name="title" id="title" value="<?php echo esc_attr( $this->name ); ?>" placeholder="<?php _ex( 'Field Name', 'XProfile admin edit field', 'buddypress' ); ?>" /> 920 920 </div> 921 921 <div class="postbox"> 922 922 <h3><?php _e( 'Field Description', 'buddypress' ); ?></h3>