Skip to content

Commit

Permalink
Change default template for list titles
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Dec 17, 2024
1 parent 94f97dc commit 4188510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/my-calendar-install.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ function mc_template_settings() {
$globals = mc_globals( 'templates' );
$templates = array(
'title' => '{time}: {title}',
'title_list' => '{title}',
'title_list' => '{time}: {title}',
'title_card' => '{title}',
'title_solo' => '{title}',
'link' => '', // Empty because usage has a fallback value.
Expand Down

0 comments on commit 4188510

Please sign in to comment.