- Timestamp:
- 10/22/2015 09:04:44 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php
r10301 r10305 92 92 $r = bp_parse_args( $raw_properties, array( 93 93 'type' => 'text' 94 ) ); 94 ) ); ?> 95 95 96 if ( is_admin() ) : ?> 97 98 <label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php esc_html_e( 'Textbox', 'buddypress' ); ?></label> 99 <input <?php echo $this->get_edit_field_html_elements( $r ); ?>> 100 101 <?php else : ?> 102 103 <input <?php echo $this->get_edit_field_html_elements( $r ); ?>> 104 105 <?php endif; ?> 96 <label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php esc_html_e( 'Textbox', 'buddypress' ); ?></label> 97 <input <?php echo $this->get_edit_field_html_elements( $r ); ?>> 106 98 107 99 <?php
Note: See TracChangeset
for help on using the changeset viewer.