Make WordPress Core

Changeset 49472


Ignore:
Timestamp:
11/02/2020 01:36:39 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Use a consistent plural form of "status".

Props Collizo4sky, Presskopp, davidbaumwald.
Fixes #51690.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-comment-query.php

    r49108 r49472  
    223223     *     @type string       $search                    Search term(s) to retrieve matching comments for.
    224224     *                                                   Default empty.
    225      *     @type string|array $status                    Comment stati to limit results by. Accepts an array
     225     *     @type string|array $status                    Comment statuses to limit results by. Accepts an array
    226226     *                                                   or space/comma-separated list of 'hold' (`comment_status=0`),
    227227     *                                                   'approve' (`comment_status=1`), 'all', or a custom
Note: See TracChangeset for help on using the changeset viewer.