From fc469e56cad23eadec6cc16ddaa3c7dedba458d5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 18 Mar 2022 13:44:03 +0000 Subject: [PATCH] Themes: Use `esc_url()` for theme screenshots on the Themes screen. This brings consistency with how screenshots are escaped elsewhere. Follow-up to [52020], [52947]. See #53370. Built from https://develop.svn.wordpress.org/trunk@52949 git-svn-id: http://core.svn.wordpress.org/trunk@52538 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/themes.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 77c509141e..ec87cbf502 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -388,7 +388,7 @@ foreach ( $themes as $theme ) :
- +
diff --git a/wp-includes/version.php b/wp-includes/version.php index 5cdd6b6eab..c052b673fd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52948'; +$wp_version = '6.0-alpha-52949'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.