Changes between Initial Version and Version 1 of Ticket #13372, comment 23
- Timestamp:
- 04/18/2020 02:30:59 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13372, comment 23
initial v1 20 20 21 21 case 'post': 22 $image_sizes = array( 'thumbnail', 'medium', 'large', 'full', ' blog_image' );22 $image_sizes = array( 'thumbnail', 'medium', 'large', 'full', 'custom_size_image' ); 23 23 break; 24 24