Version Description
Download this release
Release Info
Developer | qqworld |
Plugin | QQWorld Auto Save Images |
Version | 1.7.11.2 |
Comparing to | |
See all releases |
Code changes from version 1.7.11.1 to 1.7.11.2
images/banner-772x250.png
ADDED
Binary file
|
qqworld-auto-save-images.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: QQWorld Auto Save Images
|
4 |
Plugin URI: https://wordpress.org/plugins/qqworld-auto-save-images/
|
5 |
Description: Automatically keep the all remote picture to the local, and automatically set featured image.
|
6 |
-
Version: 1.7.11.
|
7 |
Author: Michael Wang
|
8 |
Author URI: http://www.qqworld.org
|
9 |
Text Domain: qqworld_auto_save_images
|
@@ -406,7 +406,7 @@ class QQWorld_auto_save_images {
|
|
406 |
<p><?php _e('Automatically keep the all remote picture to the local, and automatically set featured image.', 'qqworld_auto_save_images'); ?>
|
407 |
<form action="options.php" method="post" id="form">
|
408 |
<?php settings_fields('qqworld_auto_save_images_settings'); ?>
|
409 |
-
<img src="
|
410 |
<ul id="qqworld-auto-save-images-tabs">
|
411 |
<li class="current"><?php _e('Settings'); ?></li>
|
412 |
<li><?php _e('Watermark', 'qqworld_auto_save_images'); ?> (<?php _e('Trial', 'qqworld_auto_save_images')?>)</li>
|
@@ -996,6 +996,7 @@ class QQWorld_auto_save_images {
|
|
996 |
$str = str_replace('+', '\+', $str);
|
997 |
$str = str_replace('.', '\.', $str);
|
998 |
$str = str_replace('?', '\?', $str);
|
|
|
999 |
$str = str_replace('/', '\/', $str);
|
1000 |
$str = str_replace('^', '\^', $str);
|
1001 |
$str = str_replace('$', '\$', $str);
|
3 |
Plugin Name: QQWorld Auto Save Images
|
4 |
Plugin URI: https://wordpress.org/plugins/qqworld-auto-save-images/
|
5 |
Description: Automatically keep the all remote picture to the local, and automatically set featured image.
|
6 |
+
Version: 1.7.11.2
|
7 |
Author: Michael Wang
|
8 |
Author URI: http://www.qqworld.org
|
9 |
Text Domain: qqworld_auto_save_images
|
406 |
<p><?php _e('Automatically keep the all remote picture to the local, and automatically set featured image.', 'qqworld_auto_save_images'); ?>
|
407 |
<form action="options.php" method="post" id="form">
|
408 |
<?php settings_fields('qqworld_auto_save_images_settings'); ?>
|
409 |
+
<img src="<?php echo QQWORLD_AUTO_SAVE_IMAGES_URL; ?>images/banner-772x250.png" width="772" height="250" id="banner" />
|
410 |
<ul id="qqworld-auto-save-images-tabs">
|
411 |
<li class="current"><?php _e('Settings'); ?></li>
|
412 |
<li><?php _e('Watermark', 'qqworld_auto_save_images'); ?> (<?php _e('Trial', 'qqworld_auto_save_images')?>)</li>
|
996 |
$str = str_replace('+', '\+', $str);
|
997 |
$str = str_replace('.', '\.', $str);
|
998 |
$str = str_replace('?', '\?', $str);
|
999 |
+
$str = str_replace('*', '\*', $str);
|
1000 |
$str = str_replace('/', '\/', $str);
|
1001 |
$str = str_replace('^', '\^', $str);
|
1002 |
$str = str_replace('$', '\$', $str);
|