Skip to:
Content

BuddyPress.org

Ticket #5859: 5859.01.patch

File 5859.01.patch, 1.4 KB (added by r-a-y, 10 years ago)

Updated to add placeholder support on the "Add Field" page as well

  • src/bp-xprofile/bp-xprofile-classes.php

     
    496496                                                        <div id="titlediv">
    497497                                                                <div id="titlewrap">
    498498                                                                        <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' ); ?>" />
    500500                                                                </div>
    501501                                                        </div>
    502502
     
    916916                                        <div id="post-body" class="metabox-holder columns-<?php echo ( 1 == get_current_screen()->get_columns() ) ? '1' : '2'; ?>">
    917917                                                <div id="post-body-content">
    918918                                                        <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' ); ?>" />
    920920                                                        </div>
    921921                                                        <div class="postbox">
    922922                                                                <h3><?php _e( 'Field Description', 'buddypress' ); ?></h3>