Changeset 2700110
- Timestamp:
- 03/26/2022 11:04:31 PM (4 years ago)
- File:
-
- 1 edited
-
isshrinker/trunk/isshrinker.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
isshrinker/trunk/isshrinker.php
r2700096 r2700110 2 2 /* 3 3 Plugin Name: isShrinker 4 Plugin URI: http ://b.eax.jp/wp/7279/4 Plugin URI: https://b.eax.jp/wp/7279/ 5 5 Description: isShrinker can specified the maximum file size, you can shrink the JPEG and PNG image while keeping the aspect ratio. 6 6 Author: eaxjp 7 Version: 1.5 8 Author URI: http ://b.eax.jp/7 Version: 1.51 8 Author URI: https://b.eax.jp/ 9 9 License: GPLv2 10 10 Text Domain: isShrinker … … 68 68 if (file_exists($wm_file)) { 69 69 ?> 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> 71 71 <?php 72 72 }
Note: See TracChangeset
for help on using the changeset viewer.