From 4e2b1eef2c8c8bfeccb56bd13010620a773f92cb Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 5 Feb 2014 13:27:30 -0800 Subject: [PATCH] Actually make Parser::pstPass2() private Nothing else uses this anywhere in SVN or Git as far as I can tell Change-Id: I0ea0ebe5d11ab50fef455dd0239912e206606cd8 --- includes/parser/Parser.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.20.1