From 81be3ba123fa26c29ab157288530ffaec9d0930f Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 22 Mar 2012 21:04:56 +0100 Subject: Update to MediaWiki 1.18.2 --- includes/parser/Parser.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'includes/parser/Parser.php') diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index b6443fdb..939d9e3f 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -5402,6 +5402,16 @@ class Parser { return $out; } + /** + * Remove any strip markers found in the given text. + * + * @param $text Input string + * @return string + */ + function killMarkers( $text ) { + return $this->mStripState->killMarkers( $text ); + } + /** * Save the parser state required to convert the given half-parsed text to * HTML. "Half-parsed" in this context means the output of -- cgit v1.2.3-54-g00ecf