wp/wp-includes/widgets/class-wp-widget-media-image.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
   286 				$link .= ' target="_blank"';
   286 				$link .= ' target="_blank"';
   287 			}
   287 			}
   288 			$link .= '>';
   288 			$link .= '>';
   289 			$link .= $image;
   289 			$link .= $image;
   290 			$link .= '</a>';
   290 			$link .= '</a>';
   291 			$image = wp_targeted_link_rel( $link );
   291 			$image = $link;
   292 		}
   292 		}
   293 
   293 
   294 		if ( $caption ) {
   294 		if ( $caption ) {
   295 			$image = img_caption_shortcode(
   295 			$image = img_caption_shortcode(
   296 				array(
   296 				array(