Gracias por tu respuesta marlanga. Me has enseñado algo mas queno sabía :)
Al final lo he solucionado así:
Código:
$('#article img:not(.link').each( function() {
var $img = $(this),
href = $img.attr('src');
$img.wrap('<a href="#" type="button" data-toggle="modal" data-target="#post_image-modal" data-post_image="' + href + '"></a>');
//$img.wrap('<a href="' + href + '" target="_blank"></a>');
});
Muchas gracias