Plugin Directory

Changeset 2693104


Ignore:
Timestamp:
03/13/2022 02:44:01 AM (4 years ago)
Author:
cnfang
Message:

2.7.16

Location:
wxsync/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wxsync/trunk/readme.txt

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

    r2667934 r2693104  
    44Plugin URI: http://std.cloud
    55Description: 标准云微信公众号文章免费采集、<strong>任意公众号自动采集5元/月</strong>
    6 Version: 2.7.15
     6Version: 2.7.16
    77Author: 标准云(std.cloud)
    88Author URI: http://std.cloud
     
    2424$GLOBALS['wxsync_tab'] = '';
    2525$GLOBALS['wxsync_error'] = array();
    26 $GLOBALS['wxsync_ver'] = '2.7.15';
     26$GLOBALS['wxsync_ver'] = '2.7.16';
    2727$GLOBALS['wxsync_code'] = 0;
    2828
     
    8181    }
    8282
    83     $req['wxsync_rmheadimg'] = explode('#',$req['wxsync_rmheadimg']);
    84     $req['wxsync_rmtailimg'] = explode('#',$req['wxsync_rmtailimg']);
     83    if(!empty($req['wxsync_rmheadimg'])){
     84        $req['wxsync_rmheadimg'] = explode('#',$req['wxsync_rmheadimg']);
     85    }
     86    if(!empty($req['wxsync_rmtailimg'])){
     87        $req['wxsync_rmtailimg'] = explode('#',$req['wxsync_rmtailimg']);
     88    }
     89
    8590
    8691    $GLOBALS['wxsync_tab'] = $req['wxsync_tab'];
Note: See TracChangeset for help on using the changeset viewer.