Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #20167, comment 1


Ignore:
Timestamp:
03/04/2012 06:31:32 AM (13 years ago)
Author:
DrewAPicture
Comment:

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 hierarchical post types too rather that one specifically for pages. Maybe `wp_posts_checklist` or `wp_content_checklist` or something of that vein.
     1I'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.
    22
    33We'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.