Index: branches/werdna/restrictions-separation/includes/Article.php |
— | — | @@ -792,7 +792,7 @@ |
793 | 793 | $wgOut->addParserOutputNoText( $parseout ); |
794 | 794 | } else if ( $pcache ) { |
795 | 795 | # Display content and save to parser cache |
796 | | - $this->outputWikitext( $text ); |
| 796 | + $this->outputWikiText( $text ); |
797 | 797 | } else { |
798 | 798 | # Display content, don't attempt to save to parser cache |
799 | 799 | # Don't show section-edit links on old revisions... this way lies madness. |
— | — | @@ -800,7 +800,7 @@ |
801 | 801 | $oldEditSectionSetting = $wgOut->parserOptions()->setEditSection( false ); |
802 | 802 | } |
803 | 803 | # Display content and don't save to parser cache |
804 | | - $this->outputWikitext( $text, false ); |
| 804 | + $this->outputWikiText( $text, false ); |
805 | 805 | |
806 | 806 | if( !$this->isCurrent() ) { |
807 | 807 | $wgOut->parserOptions()->setEditSection( $oldEditSectionSetting ); |