Changeset 57400 for branches/5.5/src/wp-admin/includes/schema.php
- Timestamp:
- 01/30/2024 02:51:40 PM (11 months ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
- Property svn:mergeinfo changed
/trunk merged: 57388-57389
- Property svn:mergeinfo changed
-
branches/5.5/src/wp-admin/includes/schema.php
r48586 r57400 578 578 } 579 579 580 if ( is_array( $value ) ) {581 $value = serialize( $value );582 }583 584 580 if ( ! empty( $insert ) ) { 585 581 $insert .= ', '; 586 582 } 583 584 $value = maybe_serialize( sanitize_option( $option, $value ) ); 587 585 588 586 $insert .= $wpdb->prepare( '(%s, %s, %s)', $option, $value, $autoload );
Note: See TracChangeset
for help on using the changeset viewer.