From 175b23e00a1fd75f5ca9b805bbb6dd7506eff4fa Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 7 Dec 2020 14:15:24 +0000 Subject: [PATCH] Twenty Twenty-One: Use `esc_url()` for the WordPress.org link in `footer.php`. Props mukesh27, poena. Fixes #51954. git-svn-id: https://develop.svn.wordpress.org/trunk@49762 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentytwentyone/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentytwentyone/footer.php b/src/wp-content/themes/twentytwentyone/footer.php index 08a0c2524f..5f7d5a2a5e 100644 --- a/src/wp-content/themes/twentytwentyone/footer.php +++ b/src/wp-content/themes/twentytwentyone/footer.php @@ -58,7 +58,7 @@ printf( /* translators: %s: WordPress. */ esc_html__( 'Proudly powered by %s.', 'twentytwentyone' ), - 'WordPress' + 'WordPress' ); ?>