Make WordPress Core

Opened 6 years ago

Closed 2 years ago

#42117 closed enhancement (fixed)

Move inline docs from register_post_type() to WP_Post_Type::set_props()

Reported by: birgire's profile birgire Owned by:
Milestone: 5.7 Priority: normal
Severity: normal Version: 4.6
Component: Posts, Post Types Keywords: has-patch
Focuses: docs Cc:

Description

The function register_post_type() is a wrapper for a WP_Post_Type object, since version 4.6.

The method WP_Post_Type::set_props() is missing the detailed documentation for each argument, that is present for register_post_type().

So to avoid duplication, it looks like we should move it.

Attachments (3)

42117.diff (23.2 KB) - added by birgire 6 years ago.
42117.2.diff (23.1 KB) - added by birgire 6 years ago.
42117.3.diff (22.6 KB) - added by birgire 6 years ago.

Download all attachments as: .zip

Change History (5)

@birgire
6 years ago

@birgire
6 years ago

#1 @birgire
6 years ago

  • Keywords has-patch added

Moved it in 42117.2.diff

Wasn't sure though, how to handle the @since part,
but I moved only the parts that I thought were relevant.

@birgire
6 years ago

#2 @SergeyBiryukov
2 years ago

  • Milestone changed from Awaiting Review to 5.7
  • Resolution set to fixed
  • Status changed from new to closed

Hi there, thanks for the patch! Sorry it took so long for someone to get back to you.

Since register_post_type() is the public API here, I think it makes sense to flip this around and add a reference to register_post_type() in the documentation for WP_Post_Type::set_props(). Looks like that was already done in [49790] / #51800.

Note: See TracTickets for help on using tickets.