Docs: Slightly simplify the DocBlock summaries for `home_url()`, `get_home_url()`, `site_url()`, and `get_site_url()`.
See #35238. See #32246. Built from https://develop.svn.wordpress.org/trunk@36494 git-svn-id: http://core.svn.wordpress.org/trunk@36461 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b0ef4d14c5
commit
3e7db642a6
|
@ -2925,7 +2925,7 @@ function get_shortcut_link() {
|
|||
}
|
||||
|
||||
/**
|
||||
* Retrieve the url for the current site where the front-end of the site is accessible.
|
||||
* Retrieve the URL for the current site where the front-end is accessible.
|
||||
*
|
||||
* Returns the 'home' option with the appropriate protocol, 'https' if
|
||||
* {@see is_ssl()} and 'http' otherwise. If `$scheme` is 'http' or 'https',
|
||||
|
@ -2943,7 +2943,7 @@ function home_url( $path = '', $scheme = null ) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Retrieve the url for a given site where the front-end of the site is accessible.
|
||||
* Retrieve the URL for a given site where the front-end is accessible.
|
||||
*
|
||||
* Returns the 'home' option with the appropriate protocol, 'https' if
|
||||
* {@see is_ssl()} and 'http' otherwise. If `$scheme` is 'http' or 'https',
|
||||
|
@ -3000,7 +3000,7 @@ function get_home_url( $blog_id = null, $path = '', $scheme = null ) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Retrieve the url for the current site where WordPress application files
|
||||
* Retrieve the URL for the current site where WordPress application files
|
||||
* (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible.
|
||||
*
|
||||
* Returns the 'site_url' option with the appropriate protocol, 'https' if
|
||||
|
@ -3018,7 +3018,7 @@ function site_url( $path = '', $scheme = null ) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Retrieve the url for a given site where WordPress application files
|
||||
* Retrieve the URL for a given site where WordPress application files
|
||||
* (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible.
|
||||
*
|
||||
* Returns the 'site_url' option with the appropriate protocol, 'https' if
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-alpha-36493';
|
||||
$wp_version = '4.5-alpha-36494';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue