Changeset 38581 for branches/4.6/src
- Timestamp:
- 09/08/2016 11:53:25 PM (10 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/src/wp-includes/wp-db.php
r38442 r38581 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.