Merge pull request #276 from kadimi/patch-12

Fix Google calendar links
This commit is contained in:
Brian Miyaji
2018-07-09 16:00:25 +10:00
committed by GitHub

View File

@@ -33,6 +33,7 @@ class SP_Feeds {
),
'google' => array(
'name' => __( 'Google', 'sportspress' ),
'protocol' => 'webcal',
'prefix' => 'http://www.google.com/calendar/render?cid=',
),
),