From 5e2ec0dad52fc32a4f5041678f74aff847da25c6 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Fri, 9 May 2014 22:59:15 +1000 Subject: [PATCH] Adjust event calendar markup --- templates/event-calendar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/event-calendar.php b/templates/event-calendar.php index f95801fd..6331cda9 100644 --- a/templates/event-calendar.php +++ b/templates/event-calendar.php @@ -88,9 +88,9 @@ $next = $wpdb->get_row("SELECT MONTH(post_date) AS month, YEAR(post_date) AS yea /* translators: Calendar caption: 1: month name, 2: 4-digit year */ $calendar_caption = _x('%1$s %2$s', 'calendar caption', 'sportspress'); $calendar_output = ' -
+
-<' . $caption_tag . ' class="sp-table-caption">' . sprintf($calendar_caption, $wp_locale->get_month($thismonth), date('Y', $unixmonth)) . ' +';
' . ( $caption_tag == 'caption' ? '' : '<' . $caption_tag . '>' ) . sprintf($calendar_caption, $wp_locale->get_month($thismonth), date('Y', $unixmonth)) . ( $caption_tag == 'caption' ? '' : '' ) . '