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.