mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Remove incorrect default value for $path argument of admin_url().
Props joyously, costdev. See #55646. git-svn-id: https://develop.svn.wordpress.org/trunk@53910 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
224e9ecc17
commit
cef2139a4d
@ -3427,7 +3427,7 @@ function get_site_url( $blog_id = null, $path = '', $scheme = null ) {
|
||||
*
|
||||
* @since 2.6.0
|
||||
*
|
||||
* @param string $path Optional. Path relative to the admin URL. Default 'admin'.
|
||||
* @param string $path Optional. Path relative to the admin URL. Default empty.
|
||||
* @param string $scheme The scheme to use. Default is 'admin', which obeys force_ssl_admin() and is_ssl().
|
||||
* 'http' or 'https' can be passed to force those schemes.
|
||||
* @return string Admin URL link with optional path appended.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user