Docs: Correct `@see` entry for `clean_url()`.

Props rabmalin.
Fixes #38126.
Built from https://develop.svn.wordpress.org/trunk@38641


git-svn-id: http://core.svn.wordpress.org/trunk@38584 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2016-09-22 09:40:31 +00:00
parent 88c7224355
commit d790e246d5
2 changed files with 2 additions and 2 deletions

View File

@ -2015,7 +2015,7 @@ function sanitize_url( $url, $protocols = null ) {
*
* @since 1.2.0
* @deprecated 3.0.0 Use esc_url()
* @see Alias for esc_url()
* @see esc_url()
*
* @param string $url The URL to be cleaned.
* @param array $protocols Optional. An array of acceptable protocols.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38640';
$wp_version = '4.7-alpha-38641';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.