r25341 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25340‎ | r25341 | r25342 >
Date:08:57, 31 August 2007
Author:aaron
Status:old
Tags:
Comment:
*Call OutputPageBeforeHTML on preview (bug 7050)
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -1303,6 +1303,7 @@
13041304 if($this->mTitle->getNamespace() == NS_CATEGORY) {
13051305 $this->mArticle->openShowCategory();
13061306 }
 1307+ wfRunHooks( 'OutputPageBeforeHTML',array( &$wgOut, &$text ) );
13071308 $wgOut->addHTML( $text );
13081309 if($this->mTitle->getNamespace() == NS_CATEGORY) {
13091310 $this->mArticle->closeShowCategory();

Follow-up revisions

RevisionCommit summaryAuthorDate
r25372Merged revisions 25338-25371 via svnmerge from...david18:18, 31 August 2007

Status & tagging log