On 29/01/06, Kaf Oseo <[EMAIL PROTECTED]> wrote: > if (isset ($_POST['description'])) > $user->display_name = wp_specialchars(trim($_POST['description']));
http://trac.wordpress.org/changeset/2872 That's a big changeset involving the moving of a lot of user code. I guess the wp_specialchars call got added by accident. I've added a patch to http://trac.wordpress.org/ticket/2272 that fixes this. -- -David House, [EMAIL PROTECTED], http://xmouse.ithium.net _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
