mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Docs: Remove unnecessary variables names from @return tags.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48100 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3629,7 +3629,7 @@ function self_admin_url( $path = '', $scheme = 'admin' ) {
|
||||
* @param string $url Absolute URL that includes a scheme
|
||||
* @param string|null $scheme Optional. Scheme to give $url. Currently 'http', 'https', 'login',
|
||||
* 'login_post', 'admin', 'relative', 'rest', 'rpc', or null. Default null.
|
||||
* @return string $url URL with chosen scheme.
|
||||
* @return string URL with chosen scheme.
|
||||
*/
|
||||
function set_url_scheme( $url, $scheme = null ) {
|
||||
$orig_scheme = $scheme;
|
||||
|
||||
Reference in New Issue
Block a user