Team Gardening Update
Decided to allow small schema changes in this release so as to clear out some of the schema updates we’ve long considered.
- #19935 – Drop comment_approved index. It has been redundant for a long time.
- #17188 – Remove blog_id column from wp_options. It has never been used.
We’re also considering:
kurtpayne modified the ajax handlers to use wp_die() — allowing unit tests to provide a custom die handler — and added more ajax unit tests. #15327
duck_ continued with rewrite improvements: #19876 #16092
scribu continued with work on WP_Query performance in #18536. The results look promising.
And there was the usual trac gardening, unit testing, and housekeeping.