From 0e2077ff6de3da0a054a32d931bf02ef4829b4a8 Mon Sep 17 00:00:00 2001 From: koenemann Date: Fri, 24 Nov 2017 08:05:20 +0100 Subject: [PATCH] See https://github.com/holger1411/understrap/issues/466 --- inc/template-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/template-tags.php b/inc/template-tags.php index 22c5d5e..75d7ad0 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -12,7 +12,7 @@ if ( ! function_exists( 'understrap_posted_on' ) ) : * Prints HTML with meta information for the current post-date/time and author. */ function understrap_posted_on() { - $time_string = ''; + $time_string = ''; if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string = ''; }