From cd2e6d25237b767d061250c9bd657eb08cada1f7 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 9 Jan 2019 06:11:51 +0000 Subject: [PATCH] Bundled Themes: Run the `pingback_url` through `esc_url()`. Twenties Ten through Seventeen have been updated to properly escape the pingback URL. Twenty Nineteen is already escaping the URL. Props soulseekah, sharaz. Fixes #43717. Built from https://develop.svn.wordpress.org/trunk@44500 git-svn-id: http://core.svn.wordpress.org/trunk@44331 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.php b/header.php index cbd555c31..107c0a185 100644 --- a/header.php +++ b/header.php @@ -23,7 +23,7 @@ <?php wp_title( '|', true, 'right' ); ?> - +