forked from blallo/rss-bridge
[Wikipedia] Fix typo
This commit is contained in:
parent
1cfb8c02a0
commit
13d42746d7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
define('WIKIPEDIA_SUBJECT_TFA', 0); // Today's featured LoadFullArticle
|
define('WIKIPEDIA_SUBJECT_TFA', 0); // Today's featured article
|
||||||
define('WIKIPEDIA_SUBJECT_DYK', 1); // Did you know...
|
define('WIKIPEDIA_SUBJECT_DYK', 1); // Did you know...
|
||||||
|
|
||||||
class WikipediaBridge extends BridgeAbstract{
|
class WikipediaBridge extends BridgeAbstract{
|
||||||
|
|
Loading…
Reference in a new issue