From 8dc1a86b0c187f2934dd824abac3bccd11a3905f Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Tue, 31 May 2011 17:19:11 +0000 Subject: [PATCH] this method should not be private? the parser function docs use it as public --- includes/parser/Parser.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index c72c49acfa..5676b4154f 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -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; -- 2.20.1