Skip to content

Commit

Permalink
Fix for CS
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Oct 21, 2024
1 parent 13aaf22 commit 34ad38e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion includes/templates/endpoints/ical-download.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* This template is used to render an ical file to the browser.
*
* It can be replaced by theme authors and will override this existing template.
*
* @see /docs/developer/theme-customizations/README.md
*
* @package GatherPress\Core
Expand All @@ -17,4 +18,4 @@
use GatherPress\Core\Calendars;

// Call the function to output the .ics file.
Calendars::send_ics_file();
Calendars::send_ics_file();
3 changes: 2 additions & 1 deletion includes/templates/endpoints/ical-feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* This template is used to render an ical feed to the browser.
*
* It can be replaced by theme authors and will override this existing template.
*
* @see /docs/developer/theme-customizations/README.md
*
* @package GatherPress\Core
Expand All @@ -17,4 +18,4 @@
use GatherPress\Core\Calendars;

// Call the function to output the .ics file.
Calendars::send_ics_file();
Calendars::send_ics_file();

0 comments on commit 34ad38e

Please sign in to comment.