Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
moldcraft committed Oct 17, 2016
1 parent cffab6e commit 9ff9e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shortcodes/calendar/class-fw-shortcode-calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ protected function _render($atts, $content = null, $tag = '')
$wrapper_atts = array(
'data-extends-ajax-params' => json_encode($ajax_params),
'data-ajax-url' => admin_url( 'admin-ajax.php' ),
'data-template' => $atts['template'],
'data-template' => isset($atts['template']) ? $atts['template'] : 'month',
'data-template-path' => $this->get_declared_URI('/views/'),
'data-first-day' => $atts['first_week_day'],
);
Expand Down

0 comments on commit 9ff9e70

Please sign in to comment.