Plugin Directory

Changeset 1889464


Ignore:
Timestamp:
06/08/2018 07:52:03 AM (8 years ago)
Author:
daniel1088
Message:

fix constructor

Location:
pixnet/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pixnet/trunk/libs/widget_sticker.php

    r1889441 r1889464  
    66        $widget_ops = array('classname' => 'side_sticker', 'description' => '痞客邦個人媒體聯盟貼紙放置區塊', 'customize_selective_refresh' => true,);
    77        $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);
    99    }
    1010
  • pixnet/trunk/pixnet_plugin.php

    r1889441 r1889464  
    44Description: This is PIXNET PA code Wordpress plugin
    55Author: Daniel
    6 Version: 2.5.4
     6Version: 2.5.5
    77*/
    88
Note: See TracChangeset for help on using the changeset viewer.