Skip to content

Commit eb83209

Browse files
committed
Update my-calendar-shortcodes.php
1 parent 6f5953d commit eb83209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/my-calendar-shortcodes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @return string Calendar.
2323
*/
2424
function my_calendar_insert( $atts, $content = null ) {
25-
$args = shortcode_atts(
25+
$args = shortcode_atts(
2626
array(
2727
'name' => 'all',
2828
'format' => 'calendar',

0 commit comments

Comments
 (0)