r82758 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82757‎ | r82758 | r82759 >
Date:23:06, 24 February 2011
Author:mah
Status:ok (Comments)
Tags:
Comment:
Followup r82744 Always grep extensions, even for recent additions to the codebase.
Modified paths:
  • /trunk/extensions/Cite/Cite_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Cite/Cite_body.php
@@ -621,7 +621,7 @@
622622 wfProfileOut( __METHOD__ . '-cache-get' );
623623 }
624624
625 - if ( !$data || !$this->mParser->isValidHalfParsedData( $data ) ) {
 625+ if ( !$data || !$this->mParser->isValidHalfParsedText( $data ) ) {
626626 wfProfileIn( __METHOD__ . '-parse' );
627627
628628 // Live hack: parse() adds two newlines on WM, can't reproduce it locally -ævar

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82744* EOL w/s cleanup...mah20:23, 24 February 2011

Comments

#Comment by Hashar (talk | contribs)   08:53, 25 February 2011

I think that function is a merge from the Cite extension to Core, would explain why it is an early adopter of this method :p

Status & tagging log