Changeset 1240945
- Timestamp:
- 09/08/2015 08:15:38 PM (11 years ago)
- File:
-
- 1 edited
-
creative-market/trunk/inc/widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
creative-market/trunk/inc/widget.php
r880473 r1240945 17 17 $widget_ops = array( 'classname' => $this->widget_cssclass, 'description' => $this->widget_description ); 18 18 19 $this->WP_Widget('creativemarket_widget', $this->widget_name, $widget_ops);19 parent::__construct('creativemarket_widget', $this->widget_name, $widget_ops); 20 20 21 21 add_action( 'save_post', array(&$this, 'flush_widget_cache') );
Note: See TracChangeset
for help on using the changeset viewer.