Plugin Directory

Changeset 724986


Ignore:
Timestamp:
06/10/2013 04:40:34 PM (13 years ago)
Author:
webarthur
Message:

v1.5.2 some fixes

Location:
advanced-settings
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-settings/trunk/index.php

    r724974 r724986  
    66Author: Arthur Araújo
    77Author URI: http://tutzstyle.com
    8 Version: 1.5.1
     8Version: 1.5.2
    99*/
    1010
     
    823823                            <br />
    824824                            <label for="max_image_size_w">
    825                             &nbsp; &nbsp; &bull; <?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                            &nbsp; &nbsp; &bull; <?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) ?>" />
    826826                                <i style="color:#999">(<?php _e('if zero resize to max height or dont resize if both is zero') ?>)</i></label>
    827827                            <label for="max_image_size_h">
    828828                            <br />
    829                             &nbsp; &nbsp; &bull; <?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                            &nbsp; &nbsp; &bull; <?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) ?>" />
    830830                                <i style="color:#999">(<?php _e('if zero resize to max width or dont resize if both is zero') ?>)</i></label>
    831831                       
  • advanced-settings/trunk/readme.txt

    r724978 r724986  
    77Requires at least: 3.0
    88Tested up to: 3.5.1
    9 Stable tag: 1.5.1
     9Stable tag: 1.5.2
    1010License: GPLv2 or later
    1111Some advanced settings that are not provided by WordPress
     
    1515This is an essential plugin for your WordPress websites:
    1616
    17 * Remove specific actions/filters
     17* Remove a specific system action or filter
    1818* Resize image at upload
    1919* Automatically generate the Post Thumbnail
Note: See TracChangeset for help on using the changeset viewer.