Make WordPress Core


Ignore:
Timestamp:
01/01/2004 12:55:31 AM (23 years ago)
Author:
saxmatt
Message:

Author description field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r672 r674  
    419419        $user->user_firstname =  stripslashes($user->user_firstname);
    420420        $user->user_lastname = stripslashes($user->user_lastname);
     421                $user->user_description = stripslashes($user->user_description);
    421422                $cache_userdata[$userid] = $user;
    422423        } else {
Note: See TracChangeset for help on using the changeset viewer.