Opened 9 years ago
Closed 5 years ago
#1403 closed task (blessed) (maybelater)
Convert back-compat filters to skip-feature flags
Reported by: | iandunn | Owned by: | iandunn |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | WordCamp Site & Plugins | Keywords: | has-patch dev-feedback |
Cc: |
Description
r2092 introduced a better way to handle skipping features for back-compat, but there's a bunch of existing code that uses the old filter approach. We should convert all those to use the new approach.
I think this is a complete list of the old filters:
- wcpt_require_complete_meta_min_site_id
- wcpt_speaker_post_avatar_min_site_id
- wcpt_session_post_speaker_info_min_site_id
- wcpt_speaker_post_session_info_min_site_id
- wcb_back_compat_max_site_id
- wcb_back_compat_site_id_exceptions
Attachments (1)
Change History (9)
#5
@
7 years ago
- Keywords has-patch dev-feedback added; good-first-bug needs-patch removed
- Owner changed from obenland to iandunn
- Status changed from accepted to assigned
This ticket was mentioned in Slack in #meta-wordcamp by iandunn. View the logs.
5 years ago
This ticket was mentioned in Slack in #meta-wordcamp by iandunn. View the logs.
5 years ago
Note: See
TracTickets for help on using
tickets.
Closing this since it's a low priority. We can update these filters piecemeal as we are also working on adjacent code.