Remove comment about possibly removing the extra debugging info. Only the site admin...
[lhc/web/wiklou.git] / includes / StringUtils.php
index 82b9dc1..4c742e0 100644 (file)
@@ -125,6 +125,7 @@ class StringUtils {
         * @param $replace String: replacement string. May contain $1, which will be
         *                 replaced by the text between the delimiters
         * @param $subject String to search
+        * @param $flags String: regular expression flags
         * @return String: The string with the matches replaced
         */
        static function delimiterReplace( $startDelim, $endDelim, $replace, $subject, $flags = '' ) {