Changeset 57411 for branches/4.4/src/wp-admin/includes/schema.php
- Timestamp:
- 01/30/2024 03:11:35 PM (2 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
- Property svn:mergeinfo changed
/trunk merged: 57388-57389
- Property svn:mergeinfo changed
-
branches/4.4/src/wp-admin/includes/schema.php
r35738 r57411 549 549 $autoload = 'yes'; 550 550 551 if ( is_array($value) )552 $value = serialize($value);553 551 if ( !empty($insert) ) 554 552 $insert .= ', '; 553 554 $value = maybe_serialize( sanitize_option( $option, $value ) ); 555 555 556 $insert .= $wpdb->prepare( "(%s, %s, %s)", $option, $value, $autoload ); 556 557 }
Note: See TracChangeset
for help on using the changeset viewer.