- Timestamp:
- 10/03/2015 04:09:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r10164 r10175 1248 1248 <h3><?php echo esc_html_x( 'Description', 'XProfile admin edit field', 'buddypress' ); ?></h3> 1249 1249 <div class="inside"> 1250 <label for="description" class="bp-screen-reader-text"><?php _e( 'Add description', 'buddypress' ); ?></label> 1250 1251 <textarea name="description" id="description" rows="8" cols="60"><?php echo esc_textarea( $this->description ); ?></textarea> 1251 1252 </div>
Note: See TracChangeset
for help on using the changeset viewer.