style fixes for r62035
This commit is contained in:
parent
c85bd2c4c4
commit
ee6dd72b7f
1 changed files with 2 additions and 4 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue