Page MenuHomePhabricator
Authored By
bzimport
Nov 21 2014, 8:57 PM
Size
684 B
Referenced Files
None
Subscribers
None
Index: Article.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/Article.php,v
retrieving revision 1.440
diff -u -r1.440 Article.php
--- Article.php 11 Jan 2006 03:37:51 -0000 1.440
+++ Article.php 12 Jan 2006 09:12:10 -0000
@@ -893,7 +893,8 @@
if( !$this->isCurrent() ) {
$oldEditSectionSetting = $wgOut->mParserOptions->setEditSection( false );
}
- $wgOut->addWikiText( $text );
+ # Display content and don't save to parser cache
+ $wgOut->addPrimaryWikiText( $text, $this, false );
if( !$this->isCurrent() ) {
$wgOut->mParserOptions->setEditSection( $oldEditSectionSetting );

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2050
Default Alt Text
patch1 (684 B)

Event Timeline