| http://www.w3.org/ns/prov#value | - 734734 735735 function update($new_instance, $old_instance) { 736736 $testurl = $new_instance['url'] != $old_instance['url']; 737 return wp_widget_rss_process( $new_instance, $testurl ); 737 return $this->rss_process( $new_instance, $testurl ); 738738 } 739739 740/** 741 * Process RSS feed widget data and optionally retrieve feed items. 742 * 743 * This method is a copy of the standalone function
|