- 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-multiselectbox.php
r10417 r10828 184 184 ) ); ?> 185 185 186 <label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php esc_html_e( 'Select', 'buddypress' ); ?></label> 186 <label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php 187 /* translators: accessibility text */ 188 esc_html_e( 'Select', 'buddypress' ); 189 ?></label> 187 190 <select <?php echo $this->get_edit_field_html_elements( $r ); ?>> 188 191 <?php bp_the_profile_field_options(); ?>
Note: See TracChangeset
for help on using the changeset viewer.