Typo error in photo template
-
There’s a typo error in line 5 at facebook-fanpage-import/templates/photo.php
<a href="<?php echo $photo_url ?>" target="<?php echo $link_taqrget; ?>"><img src="<?php echo $photo_src ?>"></a>
should be
<a href="<?php echo $photo_url ?>" target="<?php echo $link_target; ?>"><img src="<?php echo $photo_src ?>"></a>
Could you please fix this in the next release?
- The topic ‘Typo error in photo template’ is closed to new replies.