Skip to:
Content

BuddyPress.org

Ticket #7274: 7274.patch

File 7274.patch, 1.5 KB (added by mercime, 7 years ago)
  • src/bp-xprofile/classes/class-bp-xprofile-field.php

     
    13291329
    13301330                <div id="titlediv">
    13311331                        <div class="titlewrap">
    1332                                 <label id="title-prompt-text" for="title"><?php echo esc_html_x( 'Name', 'XProfile admin edit field', 'buddypress' ); ?></label>
     1332                                <label id="title-prompt-text" for="title"><?php echo esc_html_x( 'Name (required)', 'XProfile admin edit field', 'buddypress' ); ?></label>
    13331333                                <input type="text" name="title" id="title" value="<?php echo esc_attr( $this->name ); ?>" autocomplete="off" />
    13341334                        </div>
    13351335                </div>
  • src/bp-xprofile/classes/class-bp-xprofile-group.php

     
    747747                                                <div id="post-body-content">
    748748                                                        <div id="titlediv">
    749749                                                                <div class="titlewrap">
    750                                                                         <label id="title-prompt-text" for="title"><?php esc_html_e( 'Field Group Name', 'buddypress') ?></label>
     750                                                                        <label id="title-prompt-text" for="title"><?php esc_html_e( 'Field Group Name (required)', 'buddypress') ?></label>
    751751                                                                        <input type="text" name="group_name" id="title" value="<?php echo esc_attr( $this->name ); ?>" autocomplete="off" />
    752752                                                                </div>
    753753                                                        </div>