Changeset 2694023
- Timestamp:
- 03/15/2022 05:59:14 AM (4 years ago)
- Location:
- wxsync/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wxsync.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wxsync/trunk/readme.txt
r2693104 r2694023 3 3 Donate link: http://std.cloud 4 4 Tags: 微信公众号,免费,公众号文章采集,数据采集,微信公众号采集 5 Stable tag: 2.7.1 65 Stable tag: 2.7.17 6 6 Tested up to: 5.8.3 7 7 License: GPLv2 or later -
wxsync/trunk/wxsync.php
r2693104 r2694023 4 4 Plugin URI: http://std.cloud 5 5 Description: 标准云微信公众号文章免费采集、<strong>任意公众号自动采集5元/月</strong> 6 Version: 2.7.1 66 Version: 2.7.17 7 7 Author: 标准云(std.cloud) 8 8 Author URI: http://std.cloud … … 24 24 $GLOBALS['wxsync_tab'] = ''; 25 25 $GLOBALS['wxsync_error'] = array(); 26 $GLOBALS['wxsync_ver'] = '2.7.1 6';26 $GLOBALS['wxsync_ver'] = '2.7.17'; 27 27 $GLOBALS['wxsync_code'] = 0; 28 28 … … 303 303 if ($key == 'img') { 304 304 $len = count($arr); 305 if( count($dict['wxsync_rmheadimg']) > 0){305 if(!empty($dict['wxsync_rmheadimg']) && count($dict['wxsync_rmheadimg']) > 0){ 306 306 $headindex = 0; 307 307 for($i = 0; $i < $len;$i++){ … … 316 316 } 317 317 } 318 if( count($dict['wxsync_rmtailimg']) > 0){318 if(!empty($dict['wxsync_rmtailimg']) && count($dict['wxsync_rmtailimg']) > 0){ 319 319 $tailindex = 0; 320 320 for($i = $len - 1; $i >= 0;$i--){
Note: See TracChangeset
for help on using the changeset viewer.