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-comments-controller.php

    r48218 r48782  
    450450
    451451            /**
    452              * Filter whether comments can be created without authentication.
     452             * Filters whether comments can be created without authentication.
    453453             *
    454454             * Enables creating comments for anonymous users.
     
    16771677
    16781678        /**
    1679          * Filter collection parameters for the comments controller.
     1679         * Filters collection parameters for the comments controller.
    16801680         *
    16811681         * This filter registers the collection parameter, but does not map the
Note: See TracChangeset for help on using the changeset viewer.