$output .= '<a class="lightbox" href="'.$image_src[0].'" title="'. get_the_title() .'" rel="'.(($group=='true')?$rel_group:'gallery-'.get_the_ID()).'">gallery-'.get_the_ID().'</a>';$attachment = get_post( $image_id );
$output .= '<a class="lightbox" href="'.$image_src[0].'" title="'. $attachment->post_content .'" rel="'.(($group=='true')?$rel_group:'gallery-'.get_the_ID()).'">gallery-'.get_the_ID().'</a>';


It looks like you're new here. If you want to get involved, click one of these buttons!