Docs: Correct @see
entry for clean_url()
.
Props rabmalin. Fixes #38126. git-svn-id: https://develop.svn.wordpress.org/trunk@38641 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e5fc724dd0
commit
c259123537
@ -2015,7 +2015,7 @@ function sanitize_url( $url, $protocols = null ) {
|
|||||||
*
|
*
|
||||||
* @since 1.2.0
|
* @since 1.2.0
|
||||||
* @deprecated 3.0.0 Use esc_url()
|
* @deprecated 3.0.0 Use esc_url()
|
||||||
* @see Alias for esc_url()
|
* @see esc_url()
|
||||||
*
|
*
|
||||||
* @param string $url The URL to be cleaned.
|
* @param string $url The URL to be cleaned.
|
||||||
* @param array $protocols Optional. An array of acceptable protocols.
|
* @param array $protocols Optional. An array of acceptable protocols.
|
||||||
|
Loading…
Reference in New Issue
Block a user