mediagalleryプラグインのシャッタースピード表示を修正する
【mediagalleryプラグイン】geeklog/public_html/mediagallery/lib-exif.php
321行付近の $data['ISO'] = 直後
array($LANG_MG04['iso'],
'SubIFD.MakerNote.Settings 1.ISO', 'SubIFD.MakerNote.ISOSelection','SubIFD.MakerNote.ISOSetting', 'SubIFD.ISOSpeedRatings');
↓
array($LANG_MG04['iso'],'SubIFD.MakerNote.ISOSelection','SubIFD.MakerNote.ISOSetting', 'SubIFD.ISOSpeedRatings', 'SubIFD.MakerNote.Settings 1.ISO');
順序の入れ替えをした。
関連記事
