Changeset 10118 for trunk/wp-admin/includes/media.php
- Timestamp:
- 12/07/2008 08:35:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r10062 r10118 752 752 753 753 // get a list of the actual pixel dimensions of each possible intermediate version of this image 754 $size_names = array('thumbnail' => 'Thumbnail', 'medium' => 'Medium', 'large' => 'Large', 'full' => 'Full size');755 754 $size_names = array('thumbnail' => __('Thumbnail'), 'medium' => __('Medium'), 'large' => __('Large'), 'full' => __('Full size')); 755 756 756 foreach ( $size_names as $size => $name) { 757 757 $downsize = image_downsize($post->ID, $size);
Note: See TracChangeset
for help on using the changeset viewer.