Changeset 1836 for MediaWiki/trunk/FCKeditorParser.body.php
- Timestamp:
- 2008-03-28 17:53:12 (8 months ago)
- Files:
-
- 1 modified
-
MediaWiki/trunk/FCKeditorParser.body.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
MediaWiki/trunk/FCKeditorParser.body.php
r1834 r1836 197 197 break; 198 198 case 'gallery': 199 $output = $this->renderImageGallery( $content, $params ); 199 $output = $this->fck_wikiTag('gallery', $content, $params); //required by FCKeditor 200 //$output = $this->renderImageGallery( $content, $params ); 200 201 break; 201 202 default: