Change default event calendar caption tag

This commit is contained in:
Brian Miyaji
2016-12-12 18:50:32 +11:00
parent 64d056b553
commit 4f10d06d11

View File

@@ -24,7 +24,7 @@ $defaults = array(
'team' => null, 'team' => null,
'player' => null, 'player' => null,
'initial' => true, 'initial' => true,
'caption_tag' => 'h4', 'caption_tag' => 'caption',
'show_all_events_link' => false, 'show_all_events_link' => false,
'override_global_date' => false, 'override_global_date' => false,
); );