From: Chad Horohoe Date: Wed, 5 Feb 2014 21:27:30 +0000 (-0800) Subject: Actually make Parser::pstPass2() private X-Git-Tag: 1.31.0-rc.0~16930^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=4e2b1eef2c8c8bfeccb56bd13010620a773f92cb;p=lhc%2Fweb%2Fwiklou.git Actually make Parser::pstPass2() private Nothing else uses this anywhere in SVN or Git as far as I can tell Change-Id: I0ea0ebe5d11ab50fef455dd0239912e206606cd8 --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 9157619302..340f462589 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -4594,14 +4594,13 @@ class Parser { /** * Pre-save transform helper function - * @private * * @param $text string * @param $user User * * @return string */ - function pstPass2( $text, $user ) { + private function pstPass2( $text, $user ) { global $wgContLang; # Note: This is the timestamp saved as hardcoded wikitext to