Changes between Initial Version and Version 1 of Ticket #37982, comment 9
- Timestamp:
- 09/08/2016 11:48:24 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37982, comment 9
initial v1 1 1 [attachment:37982.2.diff] adds unit tests. 2 2 3 For anyone looking at this ticket not comfortable making changes to WordPress Core, a workaround is to set your `DB_CHARSET` to `utf8` instead of `utf8mb4` .3 For anyone looking at this ticket not comfortable making changes to WordPress Core, a workaround is to set your `DB_CHARSET` to `utf8` instead of `utf8mb4`, and if your `DB_COLLATE` starts with `utf8mb4_`, change that to `utf8_`. 4 4 5 5 Please still test that the patch works for you, though. I'd like some more checks before I commit it.