Plugin Directory

Changeset 2211519


Ignore:
Timestamp:
12/13/2019 11:37:29 AM (6 years ago)
Author:
wordpresssimpletools
Message:

Aggiornamento 13/12/19

Location:
wpsimpletools-upload-limit/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpsimpletools-upload-limit/trunk/readme.txt

    r2197435 r2211519  
    66Requires PHP: 5.0.0
    77Tested up to: 5.3
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1818== Upgrade Notice ==
    1919
    20 = 1.0.1 =
    21 1.0.1 WP 5.3 supported
     20= 1.0.2 =
     211.0.2 Transalation ready
    2222
    2323== Frequently Asked Questions ==
     
    32321.0.1 WP 5.3 supported
    3333
     34= 1.0.2 =
     351.0.2 Transalation ready
     36
    3437== Screenshots ==
    35381. Admin configuration page
  • wpsimpletools-upload-limit/trunk/wpsimpletools-upload-limit.php

    r2210187 r2211519  
    66 * Author: WpSimpleTools
    77 * Author URI: https://profiles.wordpress.org/wpsimpletools/#content-plugins
    8  * Version: 1.0.1
     8 * Version: 1.0.2
    99 * Plugin Slug: wpsimpletools-upload-limit
    10  * Text Domain: wpst_ul
     10 * Text Domain: wpsimpletools-upload-limit
    1111 */
    1212if (! defined('ABSPATH')) {
     
    4242        } else {
    4343            $class = 'notice notice-error';
    44             $message = __('Value is not permitted: ', 'wpst_m');
     44            $message = __('Value is not permitted: ', 'wpsimpletools-upload-limit');
    4545            printf('<div class="%1$s"><p>%2$s: \'' . $upload_limit . '\'</p></div>', esc_attr($class), esc_html($message));
    4646        }
     
    5858        <table class="form-table">
    5959            <tr valign="top">
    60                 <th scope="row"><?php _e('Max upload size', 'wpst_m');?></th>
     60                <th scope="row"><?php _e('Max upload size', 'wpsimpletools-upload-limit');?></th>
    6161                <td><input type="text" id="upload_limit" name="upload_limit" placeholder="Enter Numeric value" value="<?php echo get_option('max_file_size'); ?>" /> <!--  -->
    62                     <p class="description" id="tagline-description"><?php _e('Enter upload limit in Bytes (i.e. 67108864 = 64MB)', 'wpst_m');?></p></td>
     62                    <p class="description" id="tagline-description"><?php _e('Enter upload limit in Bytes (i.e. 67108864 = 64MB)', 'wpsimpletools-upload-limit');?></p></td>
    6363            </tr>
    6464        </table>
Note: See TracChangeset for help on using the changeset viewer.