Make WordPress Core


Ignore:
Timestamp:
08/11/2020 12:32:22 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Consistently use third-person singular verbs for various filter descriptions, per the documentation standards.

See #50768.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php

    r48765 r48782  
    24122412
    24132413        /**
    2414          * Filter the post's schema.
     2414         * Filters the post's schema.
    24152415         *
    24162416         * The dynamic portion of the filter, `$this->post_type`, refers to the
     
    27532753
    27542754        /**
    2755          * Filter collection parameters for the posts controller.
     2755         * Filters collection parameters for the posts controller.
    27562756         *
    27572757         * The dynamic part of the filter `$this->post_type` refers to the post
Note: See TracChangeset for help on using the changeset viewer.