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

    r43582 r46069  
    7777     * @since 4.4.0
    7878     *
    79      * @param  string $rel  Link relation. Either an IANA registered type, or an absolute URL.
    80      * @param  string $href Optional. Only remove links for the relation matching the given href.
    81      *                      Default null.
     79     * @param string $rel  Link relation. Either an IANA registered type, or an absolute URL.
     80     * @param string $href Optional. Only remove links for the relation matching the given href.
     81     *                     Default null.
    8282     */
    8383    public function remove_link( $rel, $href = null ) {
Note: See TracChangeset for help on using the changeset viewer.