Make WordPress Core


Ignore:
Timestamp:
09/05/2019 11:04:05 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove extra spaces in various REST API DocBlocks.

See #47110.

File:
1 edited

Legend:

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

    r45932 r46069  
    305305     * @since 4.7.0
    306306     *
    307      * @param  mixed           $value   The value for the setting.
    308      * @param  WP_REST_Request $request The request object.
    309      * @param  string          $param   The parameter name.
     307     * @param mixed           $value   The value for the setting.
     308     * @param WP_REST_Request $request The request object.
     309     * @param string          $param   The parameter name.
    310310     * @return mixed|WP_Error
    311311     */
Note: See TracChangeset for help on using the changeset viewer.