Changeset 776689
- Timestamp:
- 09/22/2013 08:25:31 AM (12 years ago)
- Location:
- leniy-tweaks/trunk
- Files:
-
- 2 edited
-
leniy.php (modified) (1 diff)
-
widgets/leniy-blogstat-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
leniy-tweaks/trunk/leniy.php
r774353 r776689 4 4 Plugin URI: http://blog.leniy.org/leniy-tweaks.html 5 5 Description: 为中国大陆用户设计的wordpress小工具,适合中文用户习惯 6 Version: 0.4. 16 Version: 0.4.2 7 7 Author: leniy 8 8 Author URI: http://blog.leniy.org/ -
leniy-tweaks/trunk/widgets/leniy-blogstat-widget.php
r767751 r776689 49 49 $output .= '</li>'; 50 50 $output .= '<li>最后更新:' . $last ; 51 $output .= '<li>访客数量:' . $count_views . ' 人次</li>';51 if($count_views > 0) $output .= '<li>访客数量:' . $count_views . ' 人次</li>'; 52 52 53 53 $output = '<ul>' . $output . '</ul>';
Note: See TracChangeset
for help on using the changeset viewer.