- 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-selectbox.php
r10417 r10828 165 165 ?> 166 166 167 <label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php esc_html_e( 'Select', 'buddypress' ); ?></label> 167 <label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php 168 /* translators: accessibility text */ 169 esc_html_e( 'Select', 'buddypress' ); 170 ?></label> 168 171 <select <?php echo $this->get_edit_field_html_elements( $raw_properties ); ?>> 169 172 <?php bp_the_profile_field_options(); ?>
Note: See TracChangeset
for help on using the changeset viewer.