Index: trunk/phase3/includes/ImagePage.php |
— | — | @@ -38,7 +38,7 @@ |
39 | 39 | function render() { |
40 | 40 | global $wgOut; |
41 | 41 | $wgOut->setArticleBodyOnly( true ); |
42 | | - $wgOut->addWikiTextTitleTidy( $this->getContent(), $this->mTitle ); |
| 42 | + parent::view(); |
43 | 43 | } |
44 | 44 | |
45 | 45 | function view() { |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -161,6 +161,7 @@ |
162 | 162 | * (bug 13624) Fix regression with manual thumb= parameter on images |
163 | 163 | * (bug 11039) Add missing labels on protection form |
164 | 164 | * (bug 13458) Preview/edit toolbar spacing now works consistently |
| 165 | +* (bug 13433) Fix action=render on Image: pages |
165 | 166 | |
166 | 167 | |
167 | 168 | === API changes in 1.13 === |