Changeset 5541 for trunk/wp-includes/functions.php
- Timestamp:
- 05/25/2007 02:22:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r5532 r5541 315 315 316 316 wp_protect_special_option($option_name); 317 318 $newvalue = sanitize_option($option_name, $newvalue); 317 319 318 320 if ( is_string($newvalue) )
Note: See TracChangeset
for help on using the changeset viewer.