- Timestamp:
- 05/30/2016 06:30:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php
r10417 r10828 95 95 ) ); ?> 96 96 97 <label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php esc_html_e( 'Textbox', 'buddypress' ); ?></label> 97 <label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php 98 /* translators: accessibility text */ 99 esc_html_e( 'Textbox', 'buddypress' ); 100 ?></label> 98 101 <input <?php echo $this->get_edit_field_html_elements( $r ); ?>> 99 102
Note: See TracChangeset
for help on using the changeset viewer.