Fix function level comments that start with /* not /**
[lhc/web/wiklou.git] / includes / parser / CoreParserFunctions.php
index 403e7a3..1710837 100644 (file)
@@ -442,10 +442,11 @@ class CoreParserFunctions {
                        return '';
                return wfUrlencode( $t->getSubjectNsText() );
        }
-       /*
+
+       /**
         * Functions to get and normalize pagenames, corresponding to the magic words
         * of the same names
-       */
+        */
        static function pagename( $parser, $title = null ) {
                $t = Title::newFromText( $title );
                if ( is_null( $t ) )