Changeset 18802 for trunk/wp-admin/includes/media.php
- Timestamp:
- 09/28/2011 05:27:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r18758 r18802 869 869 870 870 // get a list of the actual pixel dimensions of each possible intermediate version of this image 871 $size_names = a rray('thumbnail' => __('Thumbnail'), 'medium' => __('Medium'), 'large' => __('Large'), 'full' => __('Full Size'));871 $size_names = apply_filters( 'image_size_names_choose', array('thumbnail' => __('Thumbnail'), 'medium' => __('Medium'), 'large' => __('Large'), 'full' => __('Full Size')) ); 872 872 873 873 if ( empty($check) )
Note: See TracChangeset
for help on using the changeset viewer.