Changes between Initial Version and Version 1 of Ticket #26768, comment 3
- Timestamp:
- 01/04/2014 04:14:36 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26768, comment 3
initial v1 6 6 add_image_size( 'theme-image-size', 400, 300 ); // Re-adding with a custom size 7 7 } 8 add_action( 'init', 'my_ remove_image_sizes' );8 add_action( 'init', 'my_custom_image_sizes' ); 9 9 }}}