Changeset 4229 for branches/2.0/wp-includes/functions.php
- Timestamp:
- 09/25/2006 02:09:08 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/functions.php
r4048 r4229 322 322 323 323 function form_option($option) { 324 echo htmlspecialchars( get_option($option), ENT_QUOTES);324 echo wp_specialchars( get_option($option), 1 ); 325 325 } 326 326
Note: See TracChangeset
for help on using the changeset viewer.