- 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-textarea.php
r13372 r13806 83 83 ?> 84 84 85 <textarea <?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"><?php bp_the_profile_field_edit_value(); ?></textarea>85 <textarea <?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"><?php bp_the_profile_field_edit_value(); ?></textarea> 86 86 87 87 <?php … … 148 148 ?> 149 149 150 <textarea <?php echo $this->get_edit_field_html_elements( $r ); ?>></textarea>150 <textarea <?php $this->output_edit_field_html_elements( $r ); ?>></textarea> 151 151 152 152 <?php
Note: See TracChangeset
for help on using the changeset viewer.