Changeset 29206 for trunk/src/wp-admin/options.php
- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r29007 r29206 217 217 if ( is_serialized( $option->option_value ) ) { 218 218 if ( is_serialized_string( $option->option_value ) ) { 219 // this is a serialized string, so we should display it219 // This is a serialized string, so we should display it. 220 220 $value = maybe_unserialize( $option->option_value ); 221 221 $options_to_update[] = $option->option_name;
Note: See TracChangeset
for help on using the changeset viewer.