Actually make Parser::pstPass2() private
Nothing else uses this anywhere in SVN or Git as far as I can tell Change-Id: I0ea0ebe5d11ab50fef455dd0239912e206606cd8
This commit is contained in:
parent
36981a7c38
commit
4e2b1eef2c
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue