Changeset 29259 for trunk/src/wp-admin/includes/image-edit.php
- Timestamp:
- 07/21/2014 07:09:44 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/image-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r29206 r29259 171 171 172 172 <input type="hidden" id="imgedit-sizer-<?php echo $post_id; ?>" value="<?php echo $sizer; ?>" /> 173 <input type="hidden" id="imgedit-minthumb-<?php echo $post_id; ?>" value="<?php echo ( get_option('thumbnail_size_w') . ':' . get_option('thumbnail_size_h') ); ?>" />174 173 <input type="hidden" id="imgedit-history-<?php echo $post_id; ?>" value="" /> 175 174 <input type="hidden" id="imgedit-undone-<?php echo $post_id; ?>" value="0" />
Note: See TracChangeset
for help on using the changeset viewer.