Changeset 57412 for branches/4.3/src/wp-admin/includes/schema.php
- Timestamp:
- 01/30/2024 03:12:40 PM (16 months ago)
- Location:
- branches/4.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3
- Property svn:mergeinfo changed
/trunk merged: 57388-57389
- Property svn:mergeinfo changed
-
branches/4.3/src/wp-admin/includes/schema.php
r33621 r57412 530 530 $autoload = 'yes'; 531 531 532 if ( is_array($value) )533 $value = serialize($value);534 532 if ( !empty($insert) ) 535 533 $insert .= ', '; 534 535 $value = maybe_serialize( sanitize_option( $option, $value ) ); 536 536 537 $insert .= $wpdb->prepare( "(%s, %s, %s)", $option, $value, $autoload ); 537 538 }
Note: See TracChangeset
for help on using the changeset viewer.