Merge branch 'af-comics-ui' into 'master'

Added feed URL instructions for GoComics.

GoComics feed URL syntax now included on existing Prefs page for af_comics plugin.

See merge request !43
This commit is contained in:
Andrew Dolgov 2017-01-22 21:57:31 +03:00
commit 141df0c4cf

View file

@ -57,6 +57,8 @@ class Af_Comics extends Plugin {
}
print "</ul>";
print "<p>".__('GoComics requires a specific URL to workaround their lack of feed support: <code>http://feeds.feedburner.com/uclick/<em>comic_name</em></code> (e.g. <code>http://www.gocomics.com/garfield</code> uses <code>http://feeds.feedburner.com/uclick/garfield</code>).')."</p>";
print "</div>";
}