Changeset 60789 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 09/21/2025 03:50:56 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r60784 r60789 3204 3204 3205 3205 // Is actual field type different from the field type in query? 3206 if ( $tablefield->Type !== $fieldtype ) {3206 if ( $tablefield->Type !== $fieldtype_lowercased ) { 3207 3207 $do_change = true; 3208 3208 if ( in_array( $fieldtype_lowercased, $text_fields, true ) && in_array( $tablefield_type_lowercased, $text_fields, true ) ) {
Note: See TracChangeset
for help on using the changeset viewer.