From ee6dd72b7ff3e9fa3e748e1a5514e614e0eea581 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Fri, 5 Feb 2010 21:52:37 +0000 Subject: [PATCH] style fixes for r62035 --- includes/parser/Parser.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index dbbe93ec69..cac07a1de6 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -499,11 +499,9 @@ class Parser * are removed, but templates arguments and parser functions are untouched. * * This is not called by the parser itself, see braceSubstitution for its transclusion. - * - * @public */ - function getTransclusionText( $title ) { - list($text, $title) = $this->getTemplateDom( $title ); + public function getTransclusionText( $title ) { + list( $text, $title ) = $this->getTemplateDom( $title ); $flags = PPFrame::NO_ARGS | PPFrame::NO_TEMPLATES; return $this->getPreprocessor()->newFrame()->expand( $text, $flags ); } -- 2.20.1