Ticket #29832: media.php.patch
File media.php.patch, 476 bytes (added by , 10 years ago) |
---|
-
media.php
1091 1091 $output .= " 1092 1092 </div>\n"; 1093 1093 1094 /** 1095 * Filter the gallery shortcode output. 1096 * 1097 * @param string $output Output of the gallery shortcode. 1098 * @param array $attr Attributes of the gallery shortcode. 1099 */ 1100 $output = apply_filters( 'gallery_content', $output, $attr ); 1101 1094 1102 return $output; 1095 1103 } 1096 1104