update
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 28 Jul 2015 21:03:05 +0000 (17:03 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 28 Jul 2015 21:03:05 +0000 (17:03 -0400)
nggallery/gallery-glmphotos.php

index 6d08ea5..d2dc85b 100644 (file)
@@ -36,9 +36,7 @@ Follow variables are useable :
                         <div class="image_overlay">
                             <img title="<?php echo esc_attr($image->alttext) ?>" alt="<?php echo esc_attr($image->alttext) ?>" src="<?php echo nextgen_esc_url($image->thumbnailURL) ?>" <?php echo $image->size ?> />
                         </div>
-                        <?phpif (!preg_match('%^is[0-9]{2}-[0-9]{10}-[0-9]{5}%', $image->alttext)):?>
                     <span class="photoTitle" title="<?php echo esc_attr($image->alttext) ?>"><?php if (!$image->hidden) { echo esc_attr($image->alttext); }?></span>
-                        <?php endif;?>
                             <?php } ?>
                     </a>
                 </div>