Ticket #18520: patch.diff
File patch.diff, 677 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/media.php
868 868 869 869 // get a list of the actual pixel dimensions of each possible intermediate version of this image 870 870 $size_names = array('thumbnail' => __('Thumbnail'), 'medium' => __('Medium'), 'large' => __('Large'), 'full' => __('Full Size')); 871 // allow plugins/themes to add their custom defined image sizes 872 $size_names = apply_filters('image_size_input_fields_sizes', $size_names); 871 873 872 874 if ( empty($check) ) 873 875 $check = get_user_setting('imgsize', 'medium');