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

    r51278 r51289  
    680680     * @param string $new_status     The plugin's new status.
    681681     * @param string $current_status The plugin's current status.
    682      *
    683682     * @return true|WP_Error
    684683     */
     
    790789     * @param WP_REST_Request $request The request to require the plugin matches against.
    791790     * @param array           $item    The plugin item.
    792      *
    793791     * @return bool
    794792     */
Note: See TracChangeset for help on using the changeset viewer.