Changeset 4230
- Timestamp:
- 09/25/06 02:10:50 (2 years ago)
- Files:
-
- branches/2.0/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-admin/admin-functions.php
r4229 r4230 401 401 $user->display_name = wp_specialchars(trim($_POST['display_name'])); 402 402 if (isset ($_POST['description'])) 403 $user->description = wp_specialchars(trim($_POST['description']));403 $user->description = trim($_POST['description']); 404 404 if (isset ($_POST['jabber'])) 405 405 $user->jabber = wp_specialchars(trim($_POST['jabber']));
