From af95efdd34e102353b7d1f0875aaf1758cc4df93 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 6 Nov 2020 14:16:07 +0000 Subject: [PATCH] Docs: Add a `@see` reference to `esc_url()` from `esc_url_raw()`. Follow-up to [49512]. See #50585. Built from https://develop.svn.wordpress.org/trunk@49513 git-svn-id: http://core.svn.wordpress.org/trunk@49268 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 4031740aba..815719105e 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -4407,6 +4407,8 @@ function esc_url( $url, $protocols = null, $_context = 'display' ) { * * @since 2.8.0 * + * @see esc_url() + * * @param string $url The URL to be cleaned. * @param string[] $protocols Optional. An array of acceptable protocols. * Defaults to return value of wp_allowed_protocols(). diff --git a/wp-includes/version.php b/wp-includes/version.php index 459971671d..b731987492 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta3-49512'; +$wp_version = '5.6-beta3-49513'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.