Ticket #32165: 32165.2.diff
File 32165.2.diff, 461 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/wp-db.php
diff --git src/wp-includes/wp-db.php src/wp-includes/wp-db.php index 0bd7a18..f991a3d 100644
class wpdb { 2590 2590 $db_check_string = false; 2591 2591 2592 2592 foreach ( $data as &$value ) { 2593 $charset = $ value['charset'];2593 $charset = $this->charset; 2594 2594 2595 2595 // Column isn't a string, or is latin1, which will will happily store anything. 2596 2596 if ( false === $charset || 'latin1' === $charset ) {