From 07b4429203fe52410c7b70760869ff7c8a1ba163 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 31 Jul 2020 13:15:05 +0000 Subject: [PATCH] Widgets: Use correct escaping function in `WP_Widget_Archives::widget()`. Props chintan1896, afercia. See #50826. Built from https://develop.svn.wordpress.org/trunk@48699 git-svn-id: http://core.svn.wordpress.org/trunk@48461 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-includes/widgets/class-wp-widget-archives.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 9bd39ebf05..622d4071ee 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-48696'; +$wp_version = '5.6-alpha-48699'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-includes/widgets/class-wp-widget-archives.php b/wp-includes/widgets/class-wp-widget-archives.php index 498ce6b21b..2d7d9c84e3 100644 --- a/wp-includes/widgets/class-wp-widget-archives.php +++ b/wp-includes/widgets/class-wp-widget-archives.php @@ -103,7 +103,7 @@ class WP_Widget_Archives extends WP_Widget { $type_attr = current_theme_supports( 'html5', 'script' ) ? '' : ' type="text/javascript"'; ?> - +