瀏覽代碼

[WordPressBridge] remove useless code and fix description

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
Pierre Mazière 7 年之前
父節點
當前提交
10ac808580
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      bridges/WordPressBridge.php

+ 1 - 3
bridges/WordPressBridge.php

@@ -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(