justintadlock / cleaner-gallery

Official repository for the Cleaner Gallery WordPress plugin.
GNU General Public License v2.0
23 stars 11 forks source link

id for wp_get_attachment_metadata #4

Open afercia opened 10 years ago

afercia commented 10 years ago

hi, sorry maybe I'm in a dumb moment, trying to learn new things from your code :-) Noticed in /inc/gallery.php line 137 $image_meta = wp_get_attachment_metadata( $id );

where $id seems to me the post id not the attachment id shouldn't be $attachment->ID ?

thx very much mr. Tadlock, Andrea