Make WordPress Core


Ignore:
Timestamp:
11/17/2022 06:13:47 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update various DocBlocks and inline comments per the documentation standards.

Includes minor formatting edits for consistency.

Follow-up to [53/tests], [12179], [12946], [35288], [37884], [38810], [38928], [46596], [48131], [52955], [53548], [53813], [53873], [54118], [54316], [54420], [54421], [54803].

See #56792.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/class-wp-rest-server.php

    r54663 r54855  
    554554     *
    555555     * @since 4.4.0
    556      * @since 5.4.0 The $embed parameter can now contain a list of link relations to include.
     556     * @since 5.4.0 The `$embed` parameter can now contain a list of link relations to include.
    557557     *
    558558     * @param WP_REST_Response $response Response object.
     
    678678     *
    679679     * @since 4.4.0
    680      * @since 5.4.0 The $embed parameter can now contain a list of link relations to include.
     680     * @since 5.4.0 The `$embed` parameter can now contain a list of link relations to include.
    681681     *
    682682     * @param array         $data  Data from the request.
     
    760760     *
    761761     * @since 4.4.0
    762      * @since 6.0.0 The $embed parameter can now contain a list of link relations to include
     762     * @since 6.0.0 The `$embed` parameter can now contain a list of link relations to include.
    763763     *
    764764     * @param WP_REST_Response $response Response object.
Note: See TracChangeset for help on using the changeset viewer.