Changeset 4112 for trunk/wp-includes/functions.php
- Timestamp:
- 08/24/2006 10:33:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r4109 r4112 200 200 201 201 function form_option($option) { 202 echo htmlspecialchars( get_option($option), ENT_QUOTES);202 echo wp_specialchars( get_option($option), 1 ); 203 203 } 204 204
Note: See TracChangeset
for help on using the changeset viewer.