Make WordPress Core


Ignore:
Timestamp:
12/25/2010 06:10:59 PM (15 years ago)
Author:
nacin
Message:

Revert [16995] due to the way the data enters the db. props garyc40, see #15454.

File:
1 edited

Legend:

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

    r17091 r17142  
    12031203
    12041204        if ( 'description' == $field )
    1205             $value = esc_textarea( $value );
     1205            $value = esc_html( $value ); // textarea_escaped?
    12061206        else
    12071207            $value = esc_attr($value);
Note: See TracChangeset for help on using the changeset viewer.