Plugin Directory

Changeset 765589


Ignore:
Timestamp:
09/02/2013 04:08:17 AM (13 years ago)
Author:
leniy
Message:

change file code to UNIX and UTF8 without BOM

Location:
leniy-tweaks/trunk
Files:
2 edited

Legend:

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

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

    r765588 r765589  
    2424            echo $before_title . esc_html( $title ) . $after_title;
    2525
    26         $show_pageid  = absint( $instance['page_id'] );   //post或page页面的id
     26        $show_pageid  = absint( $instance['show_pageid'] );   //post或page页面的id
    2727        $show_num     = absint( $instance['show_num'] );  //公告显示条数
    2828        $output = '';
Note: See TracChangeset for help on using the changeset viewer.