Ticket #20230: 20230.diff
File 20230.diff, 514 bytes (added by , 13 years ago) |
---|
-
media.php
819 819 return $output; 820 820 } 821 821 822 // Allow plugins/themes to override the default gallery template but maintain the same query. 823 $output = apply_filters( 'post_gallery_results', '', $attachments ); 824 if ( $output != '' ) 825 return $output; 826 822 827 $itemtag = tag_escape($itemtag); 823 828 $captiontag = tag_escape($captiontag); 824 829 $columns = intval($columns);