Changeset 17141 for trunk/wp-admin/user-edit.php
- Timestamp:
- 12/25/2010 05:58:01 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/user-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r17095 r17141 355 355 <tr> 356 356 <th><label for="description"><?php _e('Biographical Info'); ?></label></th> 357 <td><textarea name="description" id="description" rows="5" cols="30"><?php echo $profileuser->description; // escaped ?></textarea><br />357 <td><textarea name="description" id="description" rows="5" cols="30"><?php echo $profileuser->description; // textarea_escaped ?></textarea><br /> 358 358 <span class="description"><?php _e('Share a little biographical information to fill out your profile. This may be shown publicly.'); ?></span></td> 359 359 </tr>
Note: See TracChangeset
for help on using the changeset viewer.