Changeset 6367 for trunk/wp-includes/functions.php
- Timestamp:
- 12/09/2007 11:49:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r6365 r6367 291 291 $safe_option_name = $wpdb->escape( $option_name ); 292 292 $newvalue = sanitize_option( $option_name, $newvalue ); 293 294 // Likely legacy -- can we drop this?295 if ( is_string( $newvalue ) )296 $newvalue = trim( $newvalue );297 293 298 294 // If the new and old values are the same, no need to update.
Note: See TracChangeset
for help on using the changeset viewer.