Opened 7 years ago
Last modified 7 years ago
#44259 new defect (bug)
wp_query: Post & Page Parameters doc section incorrect
Reported by: | pbiron | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-screenshots |
Focuses: | docs | Cc: |
Description
The Post & Page Parameters section of the code ref page for WP_Query
contains the following incorrect text:
post_name__in (array) – use post slugs. Specify posts to retrieve. (Will be available in version 4.4)
The "Will be available in..." text should be removed since 4.4 was released long ago.
Attachments (1)
Change History (4)
#3
in reply to:
↑ 2
@
7 years ago
Replying to subrataemfluence:
Good catch! It could be
post_name__in (array) – use post slugs. Specify posts to retrieve. (Available since version 4.4)
That's fine with me. Altho, to be consistent with other version mentions, "Available" should be "available".
Note: See
TracTickets for help on using
tickets.
Good catch! It could be