id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 41919,Image Widget Custom Link Target,Nenad Obradovic,westonruter,"Hi, I think there is a small issue inside WP_Widget_Media_Image Class with link_target_blank option, when you render html code for this widget (code below) you only set target value to be _blank if this option is set in otherwise target value is empty and HTML validator mark this empty target value as error because that attribute can't be empty. Thanks {{{ ! empty( $instance['link_target_blank'] ) ? '_blank' : '', }}} Best regards, Nenad ",defect (bug),closed,normal,4.9,Widgets,4.8,normal,fixed,commit has-patch,,