Changeset 6083 for branches/2.2/wp-includes/functions.php
- Timestamp:
- 09/11/2007 08:24:42 PM (19 years ago)
- File:
-
- 1 edited
-
branches/2.2/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-includes/functions.php
r5830 r6083 311 311 312 312 $safe_option_name = $wpdb->escape($option_name); 313 $newvalue = sanitize_option($option_name, $newvalue); 313 314 314 315 if ( is_string($newvalue) )
Note: See TracChangeset
for help on using the changeset viewer.