Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F2474
patch1
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 8:57 PM
2014-11-21 20:57:52 (UTC+0)
Size
684 B
Referenced Files
None
Subscribers
None
patch1
View Options
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
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2050
Default Alt Text
patch1 (684 B)
Attached To
Mode
T6104: render a text and its translation, on two columns
Attached
Detach File
Event Timeline
Log In to Comment