1525a1526,1534 > # If an image description page is edited, show a thumbnail at time of edit preview > if ( $wgTitle->mNamespace == NS_IMAGE ) { > $img = new ImagePage( $this->mTitle ); > $img->openShowImage(); > $img->closeShowImage(); > } else { > $wgOut->addParserOutputNoText( $parserOutput ); > } >