- Timestamp:
- 04/25/2024 05:14:05 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-number.php
r13372 r13806 79 79 do_action( bp_get_the_profile_field_errors_action() ); ?> 80 80 81 <input <?php echo $this->get_edit_field_html_elements( $r ); ?> aria-labelledby="<?php bp_the_profile_field_input_name(); ?>-1" aria-describedby="<?php bp_the_profile_field_input_name(); ?>-3">81 <input <?php $this->output_edit_field_html_elements( $r ); ?> aria-labelledby="<?php bp_the_profile_field_input_name(); ?>-1" aria-describedby="<?php bp_the_profile_field_input_name(); ?>-3"> 82 82 83 83 <?php if ( bp_get_the_profile_field_description() ) : ?> … … 110 110 esc_html_e( 'Number field', 'buddypress' ); 111 111 ?></label> 112 <input <?php echo $this->get_edit_field_html_elements( $r ); ?>>112 <input <?php $this->output_edit_field_html_elements( $r ); ?>> 113 113 <?php 114 114 }
Note: See TracChangeset
for help on using the changeset viewer.