Make WordPress Core


Ignore:
Timestamp:
08/24/2006 10:33:16 PM (18 years ago)
Author:
ryan
Message:

Make those chars feel special.

File:
1 edited

Legend:

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

    r4109 r4112  
    200200
    201201function form_option($option) {
    202     echo htmlspecialchars( get_option($option), ENT_QUOTES );
     202    echo wp_specialchars( get_option($option), 1 );
    203203}
    204204
Note: See TracChangeset for help on using the changeset viewer.