Changeset 57392 for branches/6.3/src/wp-admin/includes/schema.php
- Timestamp:
- 01/30/2024 02:31:53 PM (2 years ago)
- Location:
- branches/6.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3
- Property svn:mergeinfo changed
/trunk merged: 57388-57389
- Property svn:mergeinfo changed
-
branches/6.3/src/wp-admin/includes/schema.php
r56176 r57392 597 597 } 598 598 599 if ( is_array( $value ) ) {600 $value = serialize( $value );601 }602 603 599 if ( ! empty( $insert ) ) { 604 600 $insert .= ', '; 605 601 } 602 603 $value = maybe_serialize( sanitize_option( $option, $value ) ); 606 604 607 605 $insert .= $wpdb->prepare( '(%s, %s, %s)', $option, $value, $autoload );
Note: See TracChangeset
for help on using the changeset viewer.