- Timestamp:
- 04/25/2024 05:14:05 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-url.php
r13372 r13806 90 90 do_action( bp_get_the_profile_field_errors_action() ); ?> 91 91 92 <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">92 <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"> 93 93 94 94 <?php if ( bp_get_the_profile_field_description() ) : ?> … … 123 123 esc_html_e( 'URL', 'buddypress' ); 124 124 ?></label> 125 <input <?php echo $this->get_edit_field_html_elements( $r ); ?>>125 <input <?php $this->output_edit_field_html_elements( $r ); ?>> 126 126 127 127 <?php
Note: See TracChangeset
for help on using the changeset viewer.