Changeset 4118
- Timestamp:
- 08/25/2006 05:47:19 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r4112 r4118 461 461 $user->display_name = wp_specialchars(trim($_POST['display_name'])); 462 462 if (isset ($_POST['description'])) 463 $user->description = wp_specialchars(trim($_POST['description']));463 $user->description = trim($_POST['description']); 464 464 if (isset ($_POST['jabber'])) 465 465 $user->jabber = wp_specialchars(trim($_POST['jabber']));
Note: See TracChangeset
for help on using the changeset viewer.