From 417fb2120443a38fbae3331517c0dfe52d3ef12c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 11 Nov 2024 20:43:19 +0000 Subject: [PATCH] Coding Standards: Use `esc_url()` for comment author URL in Edit Comment form. Follow-up to [5543], [9436], [11104], [11204], [11739]. Props hiteshhuptechweb, sabernhardt. Fixes #62373. Built from https://develop.svn.wordpress.org/trunk@59388 git-svn-id: http://core.svn.wordpress.org/trunk@58774 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-comment.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 134c8bb05d..47b44ee31d 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -68,7 +68,7 @@ if ( 'approved' === wp_get_comment_status( $comment ) && $comment->comment_post_ - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 83b90938f3..5027ef3975 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59386'; +$wp_version = '6.8-alpha-59388'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.