Changeset 11973 for trunk/wp-admin/includes/image-edit.php
- Timestamp:
- 09/26/2009 04:07:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/image-edit.php
r11967 r11973 277 277 function _image_get_preview_ratio($w, $h) { 278 278 $max = max($w, $h); 279 279 return $max > 400 ? (400 / $max) : 1; 280 280 } 281 281
Note: See TracChangeset
for help on using the changeset viewer.