From bd5569090e5f50dd6aecc41929c00599873d0b83 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 20 Nov 2014 12:03:02 -0500 Subject: [PATCH] Fixed the description showing on hover of gallery photoTitle --- nggallery/gallery-glmphotos.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nggallery/gallery-glmphotos.php b/nggallery/gallery-glmphotos.php index cbd12ff..b48b8f8 100644 --- a/nggallery/gallery-glmphotos.php +++ b/nggallery/gallery-glmphotos.php @@ -55,8 +55,8 @@ Follow variables are useable :
<?php echo esc_attr($image->alttext) ?>size ?> />
- hidden) { echo esc_attr($image->alttext); }?> - hidden) { echo nggcf_get_field($image->pid, "Front Description"); } ?> + hidden) { echo esc_attr($image->alttext); }?> + -- 2.17.1