Changeset 1734912
- Timestamp:
- 09/24/2017 11:05:31 AM (9 years ago)
- File:
-
- 1 edited
-
appful/trunk/singletons/api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appful/trunk/singletons/api.php
r1734667 r1734912 50 50 add_filter('redirect_canonical', array(&$this, 'cancel_redirect_canonical')); 51 51 52 add_image_size('appful-medium', 512, 512, false); 52 53 add_image_size('appful-large', 1024, 1024, false); 54 add_image_size('appful-xlarge', 2048, 2048, false); 53 55 } 54 56
Note: See TracChangeset
for help on using the changeset viewer.