Make WordPress Core

Changeset 35915


Ignore:
Timestamp:
12/14/2015 02:44:03 AM (9 years ago)
Author:
johnbillion
Message:

Correct a parameter name in the @param docs for get_home_url().

See #32246

File:
1 edited

Legend:

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

    r35885 r35915  
    29422942 * @global string $pagenow
    29432943 *
    2944  * @param  int         $blog_id     Optional. Blog ID. Default null (current blog).
    2945  * @param  string      $path        Optional. Path relative to the home URL. Default empty.
    2946  * @param  string|null $orig_scheme Optional. Scheme to give the home URL context. Accepts
    2947  *                                  'http', 'https', 'relative', 'rest', or null. Default null.
     2944 * @param  int         $blog_id Optional. Blog ID. Default null (current blog).
     2945 * @param  string      $path    Optional. Path relative to the home URL. Default empty.
     2946 * @param  string|null $scheme Optional. Scheme to give the home URL context. Accepts
     2947 *                              'http', 'https', 'relative', 'rest', or null. Default null.
    29482948 * @return string Home URL link with optional path appended.
    29492949 */
Note: See TracChangeset for help on using the changeset viewer.