tevko / wp-tevko-responsive-images

Fully responsive image plugin for wordpress
113 stars 73 forks source link

Wordpress warnings related to img's initial srcset value, img srcset initial value is incorrect #9

Closed dberkson closed 10 years ago

dberkson commented 10 years ago

I'm getting WP warning in debug mode and : <img srcset="Array" alt="">

wp-tevko-responsive-images.php line 66, seems wp_get_attachment_url returns an array. I just updated line 66 to: <img srcset="' . wp_get_attachment_image_src( $imageid )[0] . '" alt="' . tevkori_get_img_alt( $imageid ) . '">

Running Wordpress 3.9.1.

Thanks for sharing this great script!

tevko commented 10 years ago

Thanks for the outstanding bug report!