Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #60045, comment 4


Ignore:
Timestamp:
12/11/2023 08:18:25 PM (2 years ago)
Author:
smerriman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60045, comment 4

    initial v1  
    1010> While providing ''all'' the post type labels isn't strictly required, it is highly recommended.
    1111
    12 This doesn't appear to be the case, at least not as described anywhere in the documentation; it makes it 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).
     12This 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).
    1313
    1414In 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.