Changeset 57408 for branches/4.7/src/wp-admin/includes/schema.php
- Timestamp:
- 01/30/2024 03:06:32 PM (9 months ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
- Property svn:mergeinfo changed
/trunk merged: 57388-57389
- Property svn:mergeinfo changed
-
branches/4.7/src/wp-admin/includes/schema.php
r39076 r57408 547 547 $autoload = 'yes'; 548 548 549 if ( is_array($value) )550 $value = serialize($value);551 549 if ( !empty($insert) ) 552 550 $insert .= ', '; 551 552 $value = maybe_serialize( sanitize_option( $option, $value ) ); 553 553 554 $insert .= $wpdb->prepare( "(%s, %s, %s)", $option, $value, $autoload ); 554 555 }
Note: See TracChangeset
for help on using the changeset viewer.