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.