Changeset 16431 for trunk/wp-admin/user-edit.php
- Timestamp:
- 11/17/2010 05:12:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r16210 r16431 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_ html($profileuser->description); ?></textarea><br />343 <td><textarea name="description" id="description" rows="5" cols="30"><?php echo esc_textarea( $profileuser->description ); ?></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.