forked from blallo/rss-bridge
[WordPressBridge] remove useless code and fix description
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
3f64d2d65a
commit
10ac808580
1 changed files with 1 additions and 3 deletions
|
@ -1,11 +1,9 @@
|
|||
<?php
|
||||
define('WORDPRESS_TYPE_ATOM', 1); // Content is of type ATOM
|
||||
define('WORDPRESS_TYPE_RSS', 2); // Content is of type RSS
|
||||
class WordPressBridge extends FeedExpander {
|
||||
const MAINTAINER = "aledeg";
|
||||
const NAME = "Wordpress Bridge";
|
||||
const URI = "https://wordpress.org/";
|
||||
const DESCRIPTION = "Returns the 3 newest full posts of a Wordpress blog";
|
||||
const DESCRIPTION = "Returns the newest full posts of a Wordpress powered website";
|
||||
|
||||
const PARAMETERS = array( array(
|
||||
'url'=>array(
|
||||
|
|
Loading…
Reference in a new issue