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/fields/class-wp-rest-meta-fields.php

    r45932 r46069  
    514514     * @since 4.7.0
    515515     *
    516      * @param  mixed           $value   The meta value submitted in the request.
    517      * @param  WP_REST_Request $request Full details about the request.
    518      * @param  string          $param   The parameter name.
     516     * @param mixed           $value   The meta value submitted in the request.
     517     * @param WP_REST_Request $request Full details about the request.
     518     * @param string          $param   The parameter name.
    519519     * @return WP_Error|string The meta array, if valid, otherwise an error.
    520520     */
Note: See TracChangeset for help on using the changeset viewer.