Changeset 1058256
- Timestamp:
- 01/02/2015 08:37:36 AM (11 years ago)
- Location:
- cn-excerpt/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-cn-excerpt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cn-excerpt/trunk/readme.txt
r1007616 r1058256 4 4 Donate link: https://github.com/overtrue 5 5 Requires at least: 3.2 6 Tested up to: 4. 06 Tested up to: 4.1 7 7 Stable tag:4.3.7 8 8 -
cn-excerpt/trunk/wp-cn-excerpt.php
r1007615 r1058256 4 4 Plugin URI: http://wordpress.org/plugins/cn-excerpt/ 5 5 Description: WordPress高级摘要插件。支持在后台设置摘要长度,摘要最后的显示字符,以及允许哪些html标记在摘要中显示 6 Version:4.3. 66 Version:4.3.7 7 7 Author: Carlos 8 8 Author URI: http://weibo.com/joychaocc … … 90 90 return $text; 91 91 } 92 92 if (!get_post()) { 93 return false; 94 } 95 $text = get_post()->post_content(); 93 96 $allowedTags = $this->options['allowed_tags']; 94 97 $text = force_balance_tags($text);
Note: See TracChangeset
for help on using the changeset viewer.