From 0fd73d7a7293c48b77773cffbb3c7bfeb1a56628 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 11 May 2023 15:05:22 +0000 Subject: [PATCH] Coding Standards: Use `esc_url()` to escape link URL value in `wp-admin/edit-link-form.php`. Props dilipbheda, mukesh27. Fixes #58282. See #57839. Built from https://develop.svn.wordpress.org/trunk@55751 git-svn-id: http://core.svn.wordpress.org/trunk@55263 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-link-form.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php index 22bf12f80a..d205a38f31 100644 --- a/wp-admin/edit-link-form.php +++ b/wp-admin/edit-link-form.php @@ -121,7 +121,7 @@ wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false );

- +

https://wordpress.org/ — do not forget the https://' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index f3b0b14f4d..5d7b5b6f03 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55750'; +$wp_version = '6.3-alpha-55751'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.