aboutsummaryrefslogtreecommitdiff
path: root/mod/search/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/search/index.php')
-rw-r--r--mod/search/index.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/mod/search/index.php b/mod/search/index.php
index adf514caf..4f1aa3dbf 100644
--- a/mod/search/index.php
+++ b/mod/search/index.php
@@ -1,4 +1,12 @@
<?php
+/**
+ * Elgg core search.
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @author Curverider Ltd <info@elgg.com>, The MITRE Corporation <http://www.mitre.org>
+ * @link http://elgg.org/
+ */
// $search_type == all || entities || trigger plugin hook
$search_type = get_input('search_type', 'all');