Changeset 1889464
- Timestamp:
- 06/08/2018 07:52:03 AM (8 years ago)
- Location:
- pixnet/trunk
- Files:
-
- 2 edited
-
libs/widget_sticker.php (modified) (1 diff)
-
pixnet_plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pixnet/trunk/libs/widget_sticker.php
r1889441 r1889464 6 6 $widget_ops = array('classname' => 'side_sticker', 'description' => '痞客邦個人媒體聯盟貼紙放置區塊', 'customize_selective_refresh' => true,); 7 7 $control_ops = array('width' => 300, 'height' => 350, 'id_base' => 'side_sticker_widget'); 8 $this->WP_Widget('side_sticker_widget', '痞客邦個人媒體聯盟貼紙', $widget_ops, $control_ops);8 parent::__construct('side_sticker_widget', '痞客邦個人媒體聯盟貼紙', $widget_ops, $control_ops); 9 9 } 10 10 -
pixnet/trunk/pixnet_plugin.php
r1889441 r1889464 4 4 Description: This is PIXNET PA code Wordpress plugin 5 5 Author: Daniel 6 Version: 2.5. 46 Version: 2.5.5 7 7 */ 8 8
Note: See TracChangeset
for help on using the changeset viewer.