roryashfordbentley / Flexbones

Responsive Wordpress barebones theme
MIT License
8 stars 1 forks source link

UTF8MB4 #54

Closed roryashfordbentley closed 8 years ago

roryashfordbentley commented 8 years ago

Slight issue with wp-config.php, UTF8MB4 data comes out scrambled because I accidentilly removed the CHARSET.

To fix add this: define('DB_CHARSET', 'utf8');

roryashfordbentley commented 8 years ago

Fixed!