Changes between Initial Version and Version 1 of Ticket #21098, comment 15
- Timestamp:
- 07/01/12 18:05:04 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21098, comment 15
initial v1 2 2 > I'm curious to see what you want to stripe out since the functionality still needs to be there except functionality for viewing things. 3 3 4 To remove `wp-admin/includes/post `:4 To remove `wp-admin/includes/post.php`: 5 5 6 6 * `has_meta` moved to `wp-includes/meta.php`. Would prefer to just use `get_post_custom`/`get_metadata` instead, but they don't return the ID.