Default calendar shortcode to use h4 caption tag

This commit is contained in:
Brian Miyaji
2014-03-21 18:40:43 +11:00
parent c26fcb458c
commit 3a0932fe4a
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ if ( !function_exists( 'sportspress_events_calendar' ) ) {
return;
$defaults = array(
'caption_tag' => 'caption',
'caption_tag' => 'h4',
'show_all_events_link' => false,
);