From cdbe6c71a5cd08d8a5b68f6509b19baf98d5fc5e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 26 Jan 2024 14:20:12 +0000 Subject: [PATCH] Coding Standards: Add missing escaping in `Custom_Image_Header::step_2()`. Follow-up to [4673], [14907]. Props nareshbheda, audrasjb, kebbet. Fixes #59278. Built from https://develop.svn.wordpress.org/trunk@57364 git-svn-id: http://core.svn.wordpress.org/trunk@56870 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-custom-image-header.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-custom-image-header.php b/wp-admin/includes/class-custom-image-header.php index a4b04bf3fc..5c3271478b 100644 --- a/wp-admin/includes/class-custom-image-header.php +++ b/wp-admin/includes/class-custom-image-header.php @@ -934,7 +934,7 @@ endif;

- +
diff --git a/wp-includes/version.php b/wp-includes/version.php index c72fcdea74..77937a610b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57363'; +$wp_version = '6.5-alpha-57364'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.