Changeset 825911
- Timestamp:
- 12/20/2013 05:13:41 AM (12 years ago)
- Location:
- leniy-tweaks/trunk
- Files:
-
- 2 edited
-
leniy.php (modified) (1 diff)
-
widgets/leniy-widget-blogstat.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
leniy-tweaks/trunk/leniy.php
r814109 r825911 4 4 Plugin URI: http://blog.leniy.org/leniy-tweaks.html 5 5 Description: 为中国大陆用户设计的wordpress小工具,适合中文用户习惯 6 Version: 0.6. 36 Version: 0.6.4 7 7 Author: leniy 8 8 Author URI: http://blog.leniy.org/ -
leniy-tweaks/trunk/widgets/leniy-widget-blogstat.php
r784395 r825911 39 39 $output .= '<li>评论总数:' . $count_comments . ' 条</li>'; 40 40 $output .= '<li>标签数量:' . $count_tags . ' 个</li>'; 41 $output .= '<li>最后更新:' . $last ; 41 42 $output .= '<li>建站日期:' . $begin ; 42 43 $output .= '<li>运行天数:'; … … 48 49 if($rundays_day > 0) $output .= $rundays_day . ' 天 '; 49 50 $output .= '</li>'; 50 $output .= '<li>最后更新:' . $last ;51 51 if($count_views > 0) $output .= '<li>访客数量:' . $count_views . ' 人次</li>'; 52 52
Note: See TracChangeset
for help on using the changeset viewer.