aboutsummaryrefslogtreecommitdiff
path: root/mod/search/views/rss
diff options
context:
space:
mode:
Diffstat (limited to 'mod/search/views/rss')
-rw-r--r--mod/search/views/rss/search/comments/entity.php2
-rw-r--r--mod/search/views/rss/search/entity.php2
-rw-r--r--mod/search/views/rss/search/listing.php2
3 files changed, 0 insertions, 6 deletions
diff --git a/mod/search/views/rss/search/comments/entity.php b/mod/search/views/rss/search/comments/entity.php
index 1b788fbae..9bdc062c7 100644
--- a/mod/search/views/rss/search/comments/entity.php
+++ b/mod/search/views/rss/search/comments/entity.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
$entity = $vars['entity'];
diff --git a/mod/search/views/rss/search/entity.php b/mod/search/views/rss/search/entity.php
index a8f9ebcc4..54f241982 100644
--- a/mod/search/views/rss/search/entity.php
+++ b/mod/search/views/rss/search/entity.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd <info@elgg.com>, The MITRE Corporation <http://www.mitre.org>
- * @link http://elgg.org/
*/
if (!array_key_exists('entity', $vars) || !($vars['entity'] instanceof ElggEntity)) {
diff --git a/mod/search/views/rss/search/listing.php b/mod/search/views/rss/search/listing.php
index 40aae018d..92f6553b9 100644
--- a/mod/search/views/rss/search/listing.php
+++ b/mod/search/views/rss/search/listing.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd <info@elgg.com>, The MITRE Corporation <http://www.mitre.org>
- * @link http://elgg.org/
*/
$entities = $vars['results']['entities'];