Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #39825


Ignore:
Timestamp:
02/09/2017 07:55:59 PM (8 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39825

    • Property Keywords has-patch added
    • Property Milestone changed from Awaiting Review to 4.8
  • Ticket #39825 – Description

    initial v2  
    11The `meta_type` and `meta_compare`  input argument is missing in the get_terms() function's DocBlock.
    22
    3 I also noticed they are missing in WP_Term_Query::__construct() DocBlock.
     3I also noticed they are missing in `WP_Term_Query::__construct()` DocBlock.
    44I also noticed there is no Document available for these two argument in
    55https://developer.wordpress.org/reference/functions/get_terms/