Changeset 8656
- Timestamp:
- 07/21/2014 12:11:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-classes.php
r8652 r8656 2397 2397 <?php do_action( bp_get_the_profile_field_errors_action() ); ?> 2398 2398 2399 <textarea <?php echo $this->get_edit_field_html_elements( $r ); ?>> 2400 <?php bp_the_profile_field_edit_value(); ?> 2401 </textarea> 2399 <textarea <?php echo $this->get_edit_field_html_elements( $r ); ?>><?php bp_the_profile_field_edit_value(); ?></textarea> 2402 2400 2403 2401 <?php
Note: See TracChangeset
for help on using the changeset viewer.