Plugin Directory

Changeset 2700110


Ignore:
Timestamp:
03/26/2022 11:04:31 PM (4 years ago)
Author:
eaxjp
Message:

Update URL TO SSL,fixed translation bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • isshrinker/trunk/isshrinker.php

    r2700096 r2700110  
    22/*
    33Plugin Name: isShrinker
    4 Plugin URI: http://b.eax.jp/wp/7279/
     4Plugin URI: https://b.eax.jp/wp/7279/
    55Description: isShrinker can specified the maximum file size, you can shrink the JPEG and PNG image while keeping the aspect ratio.
    66Author: eaxjp
    7 Version: 1.5
    8 Author URI: http://b.eax.jp/
     7Version: 1.51
     8Author URI: https://b.eax.jp/
    99License: GPLv2
    1010Text Domain: isShrinker
     
    6868            if (file_exists($wm_file)) {
    6969            ?>
    70             <div style="margin-top:10px;margin-bottom:10px;color: #1d2327;font-size: 1.3em;"><?php _e('Watermark function is Enabled') ?></div>
     70            <div style="margin-top:10px;margin-bottom:10px;color: #1d2327;font-size: 1.3em;"><?php _e('Watermark function is Enabled',IS_DOMAIN) ?></div>
    7171            <?php
    7272                }
Note: See TracChangeset for help on using the changeset viewer.