From d790e246d578de0fec47f336588f443354c5afc8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 22 Sep 2016 09:40:31 +0000 Subject: [PATCH] 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 --- wp-includes/deprecated.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index 48f0173cf7..db2a7d7e5c 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 0e7dec3dba..5508d5a2f4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.