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:
Jonathan Desrosiers 2022-08-19 19:46:22 +00:00
parent 224e9ecc17
commit cef2139a4d

View File

@ -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.