This repository was archived by the owner on Jun 15, 2022. It is now read-only.
Commit 6f639ab
committed
Drop the collation capability check from install_tables().
Based on https://developer.wordpress.org/reference/classes/wpdb/has_cap/#source, MySQL has supported collation since version 4.1, which is *far* below the minimum MySQL requirements for WordPress (5.0+, per https://wordpress.org/about/requirements/).1 parent 86cd950 commit 6f639ab
1 file changed
+3
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
54 | 49 | | |
55 | 50 | | |
56 | 51 | | |
| |||
0 commit comments