Make WordPress Core


Ignore:
Timestamp:
06/30/2021 06:42:59 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove an empty line between @param and @return tags in some newly added REST API methods, per the documentation standards.

Follow-up to [48242], [49925], [51003], [51021].

See #52628, #53461.

File:
1 edited

Legend:

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

    r51280 r51289  
    269269     * @param array           $raw_sidebar Sidebar instance.
    270270     * @param WP_REST_Request $request     Full details about the request.
    271      *
    272271     * @return WP_REST_Response Prepared response object.
    273272     */
     
    345344     *
    346345     * @param array $sidebar Sidebar.
    347      *
    348346     * @return array Links for the given widget.
    349347     */
Note: See TracChangeset for help on using the changeset viewer.