Commit e77ee34
committed
Temporarily remove Editor from PostTypeSupports enum
WordPress 6.9-RC3 changed the `editor` field in post type supports from
a boolean to an array (e.g., `[{"notes": true}]`), breaking deserialization.
Removing temporarily to verify CI passes without it.1 parent b111cd0 commit e77ee34
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| |||
0 commit comments