From a51cecbd4bbd8fcb67f6c00d30e8cccf48308258 Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Mon, 13 Jul 2020 17:55:52 +0200 Subject: [PATCH] Add esc_url to get_template_directory_uri, Add "Tested up to:" to style.css --- content-featured.php | 2 +- content-grid.php | 2 +- content-highlight.php | 2 +- content-list.php | 2 +- content.php | 2 +- inc/related-posts.php | 2 +- style.css | 1 + 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/content-featured.php b/content-featured.php index 5cb02aa..1ad837c 100644 --- a/content-featured.php +++ b/content-featured.php @@ -6,7 +6,7 @@ - <?php the_title_attribute(); ?> + <?php the_title_attribute(); ?> diff --git a/content-grid.php b/content-grid.php index aeb90e6..128c810 100644 --- a/content-grid.php +++ b/content-grid.php @@ -8,7 +8,7 @@ - <?php the_title_attribute(); ?> + <?php the_title_attribute(); ?> '; ?> '; ?> diff --git a/content-highlight.php b/content-highlight.php index 524dccb..acb04d9 100644 --- a/content-highlight.php +++ b/content-highlight.php @@ -6,7 +6,7 @@ - <?php the_title_attribute(); ?> + <?php the_title_attribute(); ?> diff --git a/content-list.php b/content-list.php index 12ae48b..d75dc46 100644 --- a/content-list.php +++ b/content-list.php @@ -8,7 +8,7 @@ - <?php the_title_attribute(); ?> + <?php the_title_attribute(); ?> '; ?> '; ?> diff --git a/content.php b/content.php index d3c4126..8f4b0ce 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 17daea0..c8c553c 100644 --- a/inc/related-posts.php +++ b/inc/related-posts.php @@ -17,7 +17,7 @@ - <?php the_title_attribute(); ?> + <?php the_title_attribute(); ?> '; ?> '; ?> diff --git a/style.css b/style.css index 733249b..531d9d2 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,7 @@ Theme URI: http://alx.media/themes/split/ Version: 1.3.9 Requires at least: 5.0 Requires PHP: 5.6 +Tested up to: 5.5 Description: Split is a responsive 100% high resolution theme for blogs and magazines. The feature list is long: Unlimited accent colors, unlimited widget areas, sidebar to the right that can be uniquely specified for each page or post, 0-4 footer widget columns, almost zero layout images, related posts and post nav, featured stories and carousel, 5 post formats, good SEO, 2 flexible custom widgets, localisation support, social links, logo upload and many more useful admin panel features. Author: Alexander Agnarson Author URI: http://alx.media