diff options
Diffstat (limited to 'includes/gallery/ImageGalleryBase.php')
-rw-r--r-- | includes/gallery/ImageGalleryBase.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/includes/gallery/ImageGalleryBase.php b/includes/gallery/ImageGalleryBase.php index f85f3a71cf9d..491f12dfa149 100644 --- a/includes/gallery/ImageGalleryBase.php +++ b/includes/gallery/ImageGalleryBase.php @@ -188,7 +188,8 @@ abstract class ImageGalleryBase extends ContextSource { * * @param Array $options Attributes of gallery tag. */ - public function setAdditionalOptions( $options ) { } + public function setAdditionalOptions( $options ) { + } /** * Instruct the class to use a specific skin for rendering @@ -320,12 +321,10 @@ abstract class ImageGalleryBase extends ContextSource { ? $this->mParser->getTargetLanguage() : $this->getLanguage(); } - /* Old constants no longer used. const THUMB_PADDING = 30; const GB_PADDING = 5; const GB_BORDERS = 8; */ - } |