Changeset 38580 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 09/08/2016 11:48:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r38507 r38580 778 778 if ( 'utf8' === $charset && $this->has_cap( 'utf8mb4' ) ) { 779 779 $charset = 'utf8mb4'; 780 } 781 782 if ( 'utf8mb4' === $charset && ! $this->has_cap( 'utf8mb4' ) ) { 783 $charset = 'utf8'; 784 $collate = str_replace( 'utf8mb4_', 'utf8_', $collate ); 780 785 } 781 786
Note: See TracChangeset
for help on using the changeset viewer.