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

    r45932 r46069  
    11231123     * @since 4.7.0
    11241124     *
    1125      * @param  mixed            $value   The username submitted in the request.
    1126      * @param  WP_REST_Request $request Full details about the request.
    1127      * @param  string           $param   The parameter name.
     1125     * @param mixed           $value   The username submitted in the request.
     1126     * @param WP_REST_Request $request Full details about the request.
     1127     * @param string          $param   The parameter name.
    11281128     * @return WP_Error|string The sanitized username, if valid, otherwise an error.
    11291129     */
     
    11521152     * @since 4.7.0
    11531153     *
    1154      * @param  mixed            $value   The password submitted in the request.
    1155      * @param  WP_REST_Request $request Full details about the request.
    1156      * @param  string           $param   The parameter name.
     1154     * @param mixed           $value   The password submitted in the request.
     1155     * @param WP_REST_Request $request Full details about the request.
     1156     * @param string          $param   The parameter name.
    11571157     * @return WP_Error|string The sanitized password, if valid, otherwise an error.
    11581158     */
Note: See TracChangeset for help on using the changeset viewer.