Make WordPress Core


Ignore:
Timestamp:
01/07/2021 02:15:27 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock corrections and improvements.

See #51800.

File:
1 edited

Legend:

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

    r49927 r49942  
    18611861
    18621862        /**
    1863          * Filters the post data for a response.
     1863         * Filters the post data for a REST API response.
    18641864         *
    18651865         * The dynamic portion of the hook name, `$this->post_type`, refers to the post type slug.
     1866         *
     1867         * Possible filter names include:
     1868         *
     1869         *  - `rest_prepare_post`
     1870         *  - `rest_prepare_page`
     1871         *  - `rest_prepare_attachment`
    18661872         *
    18671873         * @since 4.7.0
Note: See TracChangeset for help on using the changeset viewer.