Changeset 2311698
- Timestamp:
- 05/25/2020 03:09:28 PM (6 years ago)
- Location:
- beepress/trunk
- Files:
-
- 3 edited
-
beebox/includes/Endpoint/Post.php (modified) (2 diffs)
-
beepress.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
beepress/trunk/beebox/includes/Endpoint/Post.php
r2289928 r2311698 98 98 $keyword = $tag->name; 99 99 $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'))."\""; 101 101 $url .= ' target="_self" class="tag_link"'; 102 102 $url .= ">".addcslashes($cleankeyword, '$')."</a>"; … … 114 114 $keyword = $tag->name; 115 115 $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'))."\""; 117 117 $url .= ' target="_self" class="tag_link"'; 118 118 $url .= ">".addcslashes($cleankeyword, '$')."</a>"; -
beepress/trunk/beepress.php
r2308430 r2311698 4 4 Plugin URI: http://xingyue.artizen.me?source=wp 5 5 Description: 蜜蜂采集(BeePress) 是一款能够帮助你导入微信公众号文章、知乎专栏文章、简书文章、今日头条文章的插件(支持规则配置采集其他网站文章),可以实现单篇或者批量导入、自动同步文章、采集指定公众号所有历史文章,支持将图片资源保存到本地,同时集成了强大的内容推荐功能。 6 Version: 6.5. 36 Version: 6.5.4 7 7 Author: Bee 8 8 Author URI: http://xingyue.artizen.me?source=wp … … 13 13 * 初始化 14 14 */ 15 define('BEEPRESS_VERSION', '6.5. 3');15 define('BEEPRESS_VERSION', '6.5.4'); 16 16 if(!class_exists('simple_html_dom_node')){ 17 17 require_once("simple_html_dom.php"); … … 38 38 } 39 39 } 40 40 41 require_once( ABSPATH . 'wp-admin/includes/file.php' ); 41 42 require_once( ABSPATH . 'wp-admin/includes/image.php' ); -
beepress/trunk/readme.txt
r2308430 r2311698 4 4 Author URI: http://xingyue.artizen.me?source=wp 5 5 Plugin URI: http://xingyue.artizen.me?source=wp 6 Stable tag: 6.5. 36 Stable tag: 6.5.4 7 7 Requires at least: 4.2 8 8 Requires PHP: 5.3.0
Note: See TracChangeset
for help on using the changeset viewer.