Changeset 765589
- Timestamp:
- 09/02/2013 04:08:17 AM (13 years ago)
- Location:
- leniy-tweaks/trunk
- Files:
-
- 2 edited
-
leniy.php (modified) (1 diff)
-
widgets/leniy-announce-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
leniy-tweaks/trunk/leniy.php
r765588 r765589 4 4 Plugin URI: http://blog.leniy.org/leniy-tweaks.html 5 5 Description: 为中国大陆用户设计的wordpress小工具,适合中文用户习惯 6 Version: 0.3. 46 Version: 0.3.5 7 7 Author: leniy 8 8 Author URI: http://blog.leniy.org/ -
leniy-tweaks/trunk/widgets/leniy-announce-widget.php
r765588 r765589 24 24 echo $before_title . esc_html( $title ) . $after_title; 25 25 26 $show_pageid = absint( $instance[' page_id'] ); //post或page页面的id26 $show_pageid = absint( $instance['show_pageid'] ); //post或page页面的id 27 27 $show_num = absint( $instance['show_num'] ); //公告显示条数 28 28 $output = '';
Note: See TracChangeset
for help on using the changeset viewer.