From 05bf09eda6fa93ea0e6a6746e9bda579e7f8f232 Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Sun, 12 Jul 2020 13:14:10 +0200 Subject: [PATCH] Add esc_url to get_template_directory_uri, Add "Tested up to:" to style.css --- content.php | 2 +- inc/related-posts.php | 2 +- style.css | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content.php b/content.php index 65ca1f3..ebe31e5 100644 --- a/content.php +++ b/content.php @@ -8,7 +8,7 @@ - <?php the_title_attribute(); ?> + <?php the_title_attribute(); ?> '; ?> '; ?> diff --git a/inc/related-posts.php b/inc/related-posts.php index 2a62697..9511556 100644 --- a/inc/related-posts.php +++ b/inc/related-posts.php @@ -12,7 +12,7 @@ - <?php the_title_attribute(); ?> + <?php the_title_attribute(); ?> '; ?> '; ?> diff --git a/style.css b/style.css index e2457e0..851d9be 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,7 @@ Theme URI: http://alx.media/themes/gridzone/ Version: 1.2.4 Requires at least: 5.0 Requires PHP: 5.6 +Tested up to: 5.5 Description: Gridzone is a flexible portfolio theme with plenty of options. It is optimized for all devices and built to work with blocks. You can choose between light and dark theme, widget sidebar to the left or right - or no sidebar at all. Demo: http://demo.alx.media/x/?theme=Gridzone Author: Alexander Agnarson Author URI: http://alx.media