Skip to:
Content

BuddyPress.org

Changeset 7417


Ignore:
Timestamp:
10/11/2013 06:02:06 PM (11 years ago)
Author:
boonebgorges
Message:

Add placeholder text for xprofile field group title field.

This will help with accessibility and usability.

Fixes #5069

Props imath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-classes.php

    r7358 r7417  
    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>
Note: See TracChangeset for help on using the changeset viewer.