Changeset 57406 for branches/4.9/src/wp-admin/includes/schema.php
- Timestamp:
- 01/30/2024 03:03:04 PM (12 months ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk merged: 57388-57389
- Property svn:mergeinfo changed
-
branches/4.9/src/wp-admin/includes/schema.php
r43532 r57406 553 553 $autoload = 'yes'; 554 554 555 if ( is_array($value) )556 $value = serialize($value);557 555 if ( !empty($insert) ) 558 556 $insert .= ', '; 557 558 $value = maybe_serialize( sanitize_option( $option, $value ) ); 559 559 560 $insert .= $wpdb->prepare( "(%s, %s, %s)", $option, $value, $autoload ); 560 561 }
Note: See TracChangeset
for help on using the changeset viewer.