Changeset 38440
- Timestamp:
- 08/30/2016 07:16:36 AM (8 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/src/wp-includes/wp-db.php
r38133 r38440 735 735 */ 736 736 public function init_charset() { 737 $charset = ''; 738 $collate = ''; 739 737 740 if ( function_exists('is_multisite') && is_multisite() ) { 738 741 $charset = 'utf8';
Note: See TracChangeset
for help on using the changeset viewer.