From 90155b8a9719ada6522a320a3315b4e698fdd970 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 2 Sep 2004 23:28:24 +0000 Subject: Changing comments layout preparing for generated documentation with Phpdocumentor --- includes/SpecialSearch.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'includes/SpecialSearch.php') diff --git a/includes/SpecialSearch.php b/includes/SpecialSearch.php index ad815a1309d6..acaa7295913d 100644 --- a/includes/SpecialSearch.php +++ b/includes/SpecialSearch.php @@ -1,6 +1,4 @@ # http://www.mediawiki.org/ # @@ -19,6 +17,13 @@ # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # http://www.gnu.org/copyleft/gpl.html +/** + * Token special page for marking search requests properly in the skin. + */ + +/** + * constructor + */ function wfSpecialSearch( $par ) { global $wgOutput; require_once( 'SearchEngine.php' ); @@ -28,4 +33,4 @@ function wfSpecialSearch( $par ) { # Hey, it could be worse. It could be /bin/true on Solaris! -?> \ No newline at end of file +?> -- cgit v1.2.3