Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:53:54 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Remove unnecessary variables names from @return tags.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/link-template.php

    r48067 r48100  
    36303630 * @param string|null $scheme Optional. Scheme to give $url. Currently 'http', 'https', 'login',
    36313631 *                            'login_post', 'admin', 'relative', 'rest', 'rpc', or null. Default null.
    3632  * @return string $url URL with chosen scheme.
     3632 * @return string URL with chosen scheme.
    36333633 */
    36343634function set_url_scheme( $url, $scheme = null ) {
Note: See TracChangeset for help on using the changeset viewer.