Plugin Directory

Changeset 2311698


Ignore:
Timestamp:
05/25/2020 03:09:28 PM (6 years ago)
Author:
alwaysbee
Message:

version 6.5.4

Location:
beepress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • beepress/trunk/beebox/includes/Endpoint/Post.php

    r2289928 r2311698  
    9898                $keyword = $tag->name;
    9999                $cleankeyword = stripslashes($keyword);
    100                 $url = "<a href=\"$link\" title=\"".str_replace('%s',addcslashes($cleankeyword, '$'),__('View all posts in %s'))."\"";
     100                $url = "<a href=\"$link\" title=\"".str_replace('%s',addcslashes($cleankeyword, '$'),__('%s'))."\"";
    101101                $url .= ' target="_self" class="tag_link"';
    102102                $url .= ">".addcslashes($cleankeyword, '$')."</a>";
     
    114114                $keyword = $tag->name;
    115115                $cleankeyword = stripslashes($keyword);
    116                 $url = "<a href=\"$link\" title=\"".str_replace('%s',addcslashes($cleankeyword, '$'),__('View all posts in %s'))."\"";
     116                $url = "<a href=\"$link\" title=\"".str_replace('%s',addcslashes($cleankeyword, '$'),__('%s'))."\"";
    117117                $url .= ' target="_self" class="tag_link"';
    118118                $url .= ">".addcslashes($cleankeyword, '$')."</a>";
  • beepress/trunk/beepress.php

    r2308430 r2311698  
    44Plugin URI: http://xingyue.artizen.me?source=wp
    55Description: 蜜蜂采集(BeePress) 是一款能够帮助你导入微信公众号文章、知乎专栏文章、简书文章、今日头条文章的插件(支持规则配置采集其他网站文章),可以实现单篇或者批量导入、自动同步文章、采集指定公众号所有历史文章,支持将图片资源保存到本地,同时集成了强大的内容推荐功能。
    6 Version: 6.5.3
     6Version: 6.5.4
    77Author: Bee
    88Author URI: http://xingyue.artizen.me?source=wp
     
    1313 * 初始化
    1414 */
    15 define('BEEPRESS_VERSION', '6.5.3');
     15define('BEEPRESS_VERSION', '6.5.4');
    1616if(!class_exists('simple_html_dom_node')){
    1717    require_once("simple_html_dom.php");
     
    3838    }
    3939}
     40
    4041require_once( ABSPATH . 'wp-admin/includes/file.php' );
    4142require_once( ABSPATH . 'wp-admin/includes/image.php' );
  • beepress/trunk/readme.txt

    r2308430 r2311698  
    44Author URI: http://xingyue.artizen.me?source=wp
    55Plugin URI: http://xingyue.artizen.me?source=wp
    6 Stable tag: 6.5.3
     6Stable tag: 6.5.4
    77Requires at least: 4.2
    88Requires PHP: 5.3.0
Note: See TracChangeset for help on using the changeset viewer.