Changeset 1940 for trunk/wp-includes/functions.php
- Timestamp:
- 12/12/2004 08:41:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r1926 r1940 362 362 363 363 function form_option($option) { 364 echo htmlspecialchars( get_option($option) );364 echo htmlspecialchars( get_option($option), ENT_QUOTES ); 365 365 } 366 366
Note: See TracChangeset
for help on using the changeset viewer.