From ef488dcd4228eb0dbeacb3059dfe95980c0a1361 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Fri, 7 Oct 2022 01:23:02 +0000 Subject: [PATCH] Twenty Eleven: Pass template directory URLs through `esc_url()`. Props alberuni-azad, sabernhardt, costdev. Fixes #56717. See #56696. git-svn-id: https://develop.svn.wordpress.org/trunk@54404 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyeleven/header.php | 4 ++-- src/wp-content/themes/twentyeleven/inc/block-patterns.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentyeleven/header.php b/src/wp-content/themes/twentyeleven/header.php index 02688c6ad5..3fd479437c 100644 --- a/src/wp-content/themes/twentyeleven/header.php +++ b/src/wp-content/themes/twentyeleven/header.php @@ -49,10 +49,10 @@ if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) { ?> - +
-
' . esc_attr( 'A yellow flower against a dark background.', 'twentyeleven' ) . '
+
' . esc_attr( 'A yellow flower against a dark background.', 'twentyeleven' ) . '

' . esc_html__( 'This is just an example post to showcase the featured post section on the showcase page. Who doesn’t like flowers? I like flowers. Nullam hendrerit enim nunc. Vestibulum eget nulla magna! Fusce lobortis neque eu neque egestas tincidunt. Duis elementum consequat lorem, in eleifend justo mollis at. Nam quis adipiscing magna. Duis adipiscing est ac nibh feugiat rhoncus. Donec non lorem felis, eget commodo purus.', 'twentyeleven' ) . '

@@ -117,7 +117,7 @@ if ( function_exists( 'register_block_pattern' ) ) {
-
' . esc_attr( 'Photo of a woman.', 'twentyeleven' ) . '
+
' . esc_attr( 'Photo of a woman.', 'twentyeleven' ) . '