From 57478f20b11491d0b2af7163193c25d45a55aa64 Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Thu, 8 Jun 2017 17:54:29 +0300 Subject: [PATCH] Fix wrong escaping functions - replacing esc_html() with esc_attr() --- 404.php | 2 +- author.php | 4 ++-- footer.php | 2 +- index.php | 2 +- page-templates/both-sidebarspage.php | 2 +- page-templates/fullwidthpage.php | 2 +- page-templates/left-sidebarpage.php | 2 +- page-templates/right-sidebarpage.php | 2 +- page.php | 2 +- search.php | 2 +- sidebar-footerfull.php | 2 +- sidebar-statichero.php | 2 +- single.php | 2 +- woocommerce.php | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/404.php b/404.php index f1f6519..a01303c 100644 --- a/404.php +++ b/404.php @@ -14,7 +14,7 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
-
+
diff --git a/author.php b/author.php index e177e5f..5907135 100644 --- a/author.php +++ b/author.php @@ -15,7 +15,7 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
-
+
@@ -41,7 +41,7 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' ); user_url ) ) : ?>
- user_url ); ?> + user_url ); ?>
diff --git a/footer.php b/footer.php index c9cd812..301599d 100644 --- a/footer.php +++ b/footer.php @@ -15,7 +15,7 @@ $container = get_theme_mod( 'understrap_container_type' );