Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #37982, comment 9


Ignore:
Timestamp:
09/08/2016 11:48:24 AM (8 years ago)
Author:
pento
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37982, comment 9

    initial v1  
    11[attachment:37982.2.diff] adds unit tests.
    22
    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`.
     3For 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_`.
    44
    55Please still test that the patch works for you, though. I'd like some more checks before I commit it.