From 12ce5683abfe333e1aacda0894757181f19c3d6d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 7 Dec 2020 14:17:04 +0000 Subject: [PATCH] Twenty Twenty-One: Use `esc_url()` for the WordPress.org link in `footer.php`. Props mukesh27, poena. Fixes #51954. Built from https://develop.svn.wordpress.org/trunk@49762 git-svn-id: http://core.svn.wordpress.org/trunk@49485 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwentyone/footer.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwentyone/footer.php b/wp-content/themes/twentytwentyone/footer.php index 08a0c2524f..5f7d5a2a5e 100644 --- a/wp-content/themes/twentytwentyone/footer.php +++ b/wp-content/themes/twentytwentyone/footer.php @@ -58,7 +58,7 @@ printf( /* translators: %s: WordPress. */ esc_html__( 'Proudly powered by %s.', 'twentytwentyone' ), - 'WordPress' + 'WordPress' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 69b8ba9a6b..ccfba4c1ab 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49761'; +$wp_version = '5.7-alpha-49762'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.