Changeset 57413 for branches/4.2/src/wp-admin/includes/schema.php
- Timestamp:
- 01/30/2024 03:13:55 PM (17 months ago)
- Location:
- branches/4.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2
- Property svn:mergeinfo changed
/trunk merged: 57388-57389
- Property svn:mergeinfo changed
-
branches/4.2/src/wp-admin/includes/schema.php
r31403 r57413 521 521 $autoload = 'yes'; 522 522 523 if ( is_array($value) )524 $value = serialize($value);525 523 if ( !empty($insert) ) 526 524 $insert .= ', '; 525 526 $value = maybe_serialize( sanitize_option( $option, $value ) ); 527 527 528 $insert .= $wpdb->prepare( "(%s, %s, %s)", $option, $value, $autoload ); 528 529 }
Note: See TracChangeset
for help on using the changeset viewer.