Changeset 724986
- Timestamp:
- 06/10/2013 04:40:34 PM (13 years ago)
- Location:
- advanced-settings
- Files:
-
- 4 added
- 2 edited
-
tags/1.5.2 (added)
-
tags/1.5.2/class.resize.php (added)
-
tags/1.5.2/index.php (added)
-
tags/1.5.2/readme.txt (added)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-settings/trunk/index.php
r724974 r724986 6 6 Author: Arthur Araújo 7 7 Author URI: http://tutzstyle.com 8 Version: 1.5. 18 Version: 1.5.2 9 9 */ 10 10 … … 823 823 <br /> 824 824 <label for="max_image_size_w"> 825 • <?php _e('width') ?> (px) <input name="max_image_size_w" type="text" size=" 2" maxlength="3" id="max_image_size_w" value="<?php echo (int) advset_option( 'max_image_size_w', 0) ?>" />825 • <?php _e('width') ?> (px) <input name="max_image_size_w" type="text" size="3" maxlength="5" id="max_image_size_w" value="<?php echo (int) advset_option( 'max_image_size_w', 0) ?>" /> 826 826 <i style="color:#999">(<?php _e('if zero resize to max height or dont resize if both is zero') ?>)</i></label> 827 827 <label for="max_image_size_h"> 828 828 <br /> 829 • <?php _e('height') ?> (px) <input name="max_image_size_h" type="text" size=" 2" maxlength="3" id="max_image_size_h" value="<?php echo (int) advset_option( 'max_image_size_h', 0) ?>" />829 • <?php _e('height') ?> (px) <input name="max_image_size_h" type="text" size="3" maxlength="5" id="max_image_size_h" value="<?php echo (int) advset_option( 'max_image_size_h', 0) ?>" /> 830 830 <i style="color:#999">(<?php _e('if zero resize to max width or dont resize if both is zero') ?>)</i></label> 831 831 -
advanced-settings/trunk/readme.txt
r724978 r724986 7 7 Requires at least: 3.0 8 8 Tested up to: 3.5.1 9 Stable tag: 1.5. 19 Stable tag: 1.5.2 10 10 License: GPLv2 or later 11 11 Some advanced settings that are not provided by WordPress … … 15 15 This is an essential plugin for your WordPress websites: 16 16 17 * Remove specific actions/filters17 * Remove a specific system action or filter 18 18 * Resize image at upload 19 19 * Automatically generate the Post Thumbnail
Note: See TracChangeset
for help on using the changeset viewer.