Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -793,8 +793,6 @@ |
794 | 794 | * Add an item to the strip state |
795 | 795 | * Returns the unique tag which must be inserted into the stripped text |
796 | 796 | * The tag will be replaced with the original text in unstrip() |
797 | | - * |
798 | | - * @private |
799 | 797 | */ |
800 | 798 | function insertStripItem( $text ) { |
801 | 799 | $rnd = "{$this->mUniqPrefix}-item-{$this->mMarkerIndex}-" . self::MARKER_SUFFIX; |