From 2fb89c389069f84c62ec99bf3ee6b83436a16d2e Mon Sep 17 00:00:00 2001 From: Nabil Kadimi Date: Tue, 26 Jun 2018 10:50:11 +0100 Subject: [PATCH] Fix Google calendar links --- includes/class-sp-feeds.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/class-sp-feeds.php b/includes/class-sp-feeds.php index f4c4814f..f677f2c5 100644 --- a/includes/class-sp-feeds.php +++ b/includes/class-sp-feeds.php @@ -33,6 +33,7 @@ class SP_Feeds { ), 'google' => array( 'name' => __( 'Google', 'sportspress' ), + 'protocol' => 'webcal', 'prefix' => 'http://www.google.com/calendar/render?cid=', ), ),