Skip to:
Content

BuddyPress.org

Ticket #5069: 5069.diff

File 5069.diff, 762 bytes (added by imath, 12 years ago)
  • bp-xprofile/bp-xprofile-classes.php

     
    382382                                                        <div id="titlediv">
    383383                                                                <div id="titlewrap">
    384384                                                                        <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' ); ?>" />
    386386                                                                </div>
    387387                                                        </div>
    388388