@@ -79,8 +79,6 @@ discard block |
||
79 | 79 | * |
80 | 80 | * @param FooGalleryAttachment $foogallery_attachment |
81 | 81 | * @param array $args |
82 | - * @param bool $output_image |
|
83 | - * @param bool $output_closing_tag |
|
84 | 82 | * |
85 | 83 | * @return string |
86 | 84 | */ |
@@ -227,6 +225,9 @@ discard block |
||
227 | 225 | return apply_filters( 'foogallery_attachment_html_caption', $html, $foogallery_attachment, $args ); |
228 | 226 | } |
229 | 227 | |
228 | +/** |
|
229 | + * @param FooGalleryAttachment $foogallery_attachment |
|
230 | + */ |
|
230 | 231 | function foogallery_attachment_html_item_opening($foogallery_attachment, $args = array() ) { |
231 | 232 | |
232 | 233 | $classes[] = 'fg-item'; |