Changeset 38439 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 08/30/2016 07:13:31 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r38314 r38439 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.