Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -1528,20 +1528,7 @@ |
1529 | 1529 | $this->showDiff(); |
1530 | 1530 | } |
1531 | 1531 | } |
1532 | | - |
1533 | | - protected function displayPreviewArea( $previewOutput ) { |
1534 | | - global $wgOut; |
1535 | | - if ( $this->formtype == 'preview') { |
1536 | | - $this->showPreview( $previewOutput ); |
1537 | | - } else { |
1538 | | - $wgOut->addHTML( '<div id="wikiPreview"></div>' ); |
1539 | | - } |
1540 | 1532 | |
1541 | | - if ( $this->formtype == 'diff') { |
1542 | | - $this->showDiff(); |
1543 | | - } |
1544 | | - } |
1545 | | - |
1546 | 1533 | /** |
1547 | 1534 | * Append preview output to $wgOut. |
1548 | 1535 | * Includes category rendering if this is a category page. |