Plugin Directory

Changeset 825911


Ignore:
Timestamp:
12/20/2013 05:13:41 AM (12 years ago)
Author:
leniy
Message:

fix cache time bug

Location:
leniy-tweaks/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • leniy-tweaks/trunk/leniy.php

    r814109 r825911  
    44    Plugin URI: http://blog.leniy.org/leniy-tweaks.html
    55    Description: 为中国大陆用户设计的wordpress小工具,适合中文用户习惯
    6     Version: 0.6.3
     6    Version: 0.6.4
    77    Author: leniy
    88    Author URI: http://blog.leniy.org/
  • leniy-tweaks/trunk/widgets/leniy-widget-blogstat.php

    r784395 r825911  
    3939        $output .= '<li>评论总数:' . $count_comments        . ' 条</li>';
    4040        $output .= '<li>标签数量:' . $count_tags            . ' 个</li>';
     41        $output .= '<li>最后更新:' . $last                              ;
    4142        $output .= '<li>建站日期:' . $begin                             ;
    4243        $output .= '<li>运行天数:';
     
    4849            if($rundays_day   > 0) $output .= $rundays_day   . ' 天 ';
    4950            $output .= '</li>';
    50         $output .= '<li>最后更新:' . $last                              ;
    5151        if($count_views > 0) $output .= '<li>访客数量:' . $count_views         . ' 人次</li>';
    5252
Note: See TracChangeset for help on using the changeset viewer.