Changes between Version 1 and Version 2 of Ticket #20167, comment 1
- Timestamp:
- 03/04/2012 06:31:32 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20167, comment 1
v1 v2 1 I'd think since we have the taxonomy-agnostic `wp_terms_checklist`, we'd do better to introduce a content-agnostic version for hierarchicalpost types too rather that one specifically for pages. Maybe `wp_posts_checklist` or `wp_content_checklist` or something of that vein.1 I'd think since we have the taxonomy-agnostic `wp_terms_checklist`, we'd do better to introduce a content-agnostic version for custom post types too rather that one specifically for pages. Maybe `wp_posts_checklist` or `wp_content_checklist` or something of that vein. 2 2 3 3 We're at a time when custom post (content) types are being used all over the place, it feels like it would be a step back not to cover all our bases now and make it future-proof.