Changes between Initial Version and Version 1 of Ticket #26256, comment 3
- Timestamp:
- 11/28/2013 07:43:56 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26256, comment 3
initial v1 29 29 return array( $image_url, null, null, false ); 30 30 } 31 add_filter( 'image_downsize', 'wg_fix_svg_size_attributes', 10, 3);31 add_filter( 'image_downsize', 'wg_fix_svg_size_attributes', 10, 2 ); 32 32 }}}