Extra target="_blank"
-
Using settings:
Background Images: YES
Show links as button in caption: NOAn extra target=”_blank” shows up before the title and caption because of line 122 in cptbc-frontend.php
if($image['url_openblank']) { $linkstart .= ' target="_blank"'; }
It should be:
if($image['url_openblank']) { echo ' target="_blank"'; }
It’s an easy fix, but I wanted to report it so it gets fixed before the next plugin update. Thanks! Great plugin!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Extra target="_blank"’ is closed to new replies.