Changes between Initial Version and Version 1 of Ticket #60045, comment 4
- Timestamp:
- 12/11/2023 08:18:25 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60045, comment 4
initial v1 10 10 > While providing ''all'' the post type labels isn't strictly required, it is highly recommended. 11 11 12 This doesn't appear to be the case, at least not as described anywhere in the documentation; it makes itthe default values very clear. Duplicating default values isn't standard practice (consider all of the default parameters through WordPress functions; it would be silly if these were provided in every function call).12 This doesn't appear to be the case, at least not as described anywhere in the documentation; it makes the default values very clear. Duplicating default values isn't standard practice (consider all of the default parameters through WordPress functions; it would be silly if these were provided in every function call). 13 13 14 14 In fact, it's not even done by core; calls to `register_post_type` in core code only provide some of the labels, relying on the defaults for the rest.