Plugin Directory

Changeset 2694023


Ignore:
Timestamp:
03/15/2022 05:59:14 AM (4 years ago)
Author:
cnfang
Message:

2.7.17

Location:
wxsync/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wxsync/trunk/readme.txt

    r2693104 r2694023  
    33Donate link: http://std.cloud
    44Tags: 微信公众号,免费,公众号文章采集,数据采集,微信公众号采集
    5 Stable tag: 2.7.16
     5Stable tag: 2.7.17
    66Tested up to: 5.8.3
    77License: GPLv2 or later
  • wxsync/trunk/wxsync.php

    r2693104 r2694023  
    44Plugin URI: http://std.cloud
    55Description: 标准云微信公众号文章免费采集、<strong>任意公众号自动采集5元/月</strong>
    6 Version: 2.7.16
     6Version: 2.7.17
    77Author: 标准云(std.cloud)
    88Author URI: http://std.cloud
     
    2424$GLOBALS['wxsync_tab'] = '';
    2525$GLOBALS['wxsync_error'] = array();
    26 $GLOBALS['wxsync_ver'] = '2.7.16';
     26$GLOBALS['wxsync_ver'] = '2.7.17';
    2727$GLOBALS['wxsync_code'] = 0;
    2828
     
    303303    if ($key == 'img') {
    304304        $len = count($arr);
    305         if(count($dict['wxsync_rmheadimg']) > 0){
     305        if(!empty($dict['wxsync_rmheadimg']) && count($dict['wxsync_rmheadimg']) > 0){
    306306            $headindex = 0;
    307307            for($i = 0; $i < $len;$i++){
     
    316316            }
    317317        }
    318         if(count($dict['wxsync_rmtailimg']) > 0){
     318        if(!empty($dict['wxsync_rmtailimg']) && count($dict['wxsync_rmtailimg']) > 0){
    319319            $tailindex = 0;
    320320            for($i = $len - 1; $i >= 0;$i--){
Note: See TracChangeset for help on using the changeset viewer.