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