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

@@ -41,7 +41,7 @@ function sportspress_default_calendar_content( $content ) {
$calendar = sportspress_events_list( $id );
break;
default:
$calendar = sportspress_events_calendar( $id, false, array( 'caption_tag' => 'h4' ) );
$calendar = sportspress_events_calendar( $id, false );
break;
endswitch;
$content = $calendar . $content;