this method should not be private? the parser function docs use it as public
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Tue, 31 May 2011 17:19:11 +0000 (17:19 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Tue, 31 May 2011 17:19:11 +0000 (17:19 +0000)
includes/parser/Parser.php

index c72c49a..5676b41 100644 (file)
@@ -793,8 +793,6 @@ class Parser {
         * Add an item to the strip state
         * Returns the unique tag which must be inserted into the stripped text
         * The tag will be replaced with the original text in unstrip()
-        *
-        * @private
         */
        function insertStripItem( $text ) {
                $rnd = "{$this->mUniqPrefix}-item-{$this->mMarkerIndex}-" . self::MARKER_SUFFIX;