From eec237ad946f007663e9fc7fc7b2d7ab843d53ce Mon Sep 17 00:00:00 2001 From: Nabil Kadimi Date: Sun, 14 Jan 2018 11:37:25 +0000 Subject: [PATCH] Wrap '%s events' in localization function --- templates/event-calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/event-calendar.php b/templates/event-calendar.php index 101a5c5d..1d870ebd 100644 --- a/templates/event-calendar.php +++ b/templates/event-calendar.php @@ -234,7 +234,7 @@ for ( $day = 1; $day <= $daysinmonth; ++$day ) { $calendar_output .= ''; if ( $day_has_posts ) // any posts today? - $calendar_output .= '$day"; + $calendar_output .= '$day"; else $calendar_output .= $day; $calendar_output .= '';