Changeset 16744
- Timestamp:
- 12/06/2010 08:55:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r16563 r16744 341 341 <tr> 342 342 <th><label for="description"><?php _e('Biographical Info'); ?></label></th> 343 <td><textarea name="description" id="description" rows="5" cols="30"><?php echo esc_textarea( $profileuser->description );?></textarea><br />343 <td><textarea name="description" id="description" rows="5" cols="30"><?php echo $profileuser->description; // escaped ?></textarea><br /> 344 344 <span class="description"><?php _e('Share a little biographical information to fill out your profile. This may be shown publicly.'); ?></span></td> 345 345 </tr>
Note: See TracChangeset
for help on using the changeset viewer.