From 6eb8f9c741da2faf0a4ec2a3e09cc817ef770e58 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 28 Jul 2015 16:58:58 -0400 Subject: [PATCH] Don't show if matches pattern --- nggallery/gallery-glmphotos.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nggallery/gallery-glmphotos.php b/nggallery/gallery-glmphotos.php index d2dc85b..6d08ea5 100644 --- a/nggallery/gallery-glmphotos.php +++ b/nggallery/gallery-glmphotos.php @@ -36,7 +36,9 @@ Follow variables are useable :
<?php echo esc_attr($image->alttext) ?>size ?> />
+ alttext)):?> hidden) { echo esc_attr($image->alttext); }?> + -- 2.17.1