'.$msg.'
'; add_action('admin_notices', create_function("", 'echo \''.$notice.'\';')); } } function registerWidget() { $description = "The most recent posted videos and comments in your blog"; $options = array("classname" => "widget_text", "description" => $description); $id = "all-in-one-video-pack-widget"; $name = "Recent Videos Widget"; wp_register_sidebar_widget($id, $name, array(&$this, 'displayWidget'), $options); } function displayWidget($args) { extract($args); echo $before_widget; echo $before_title; echo 'Recent Videos'; echo $after_title; echo '' . "\n"; echo '.'/images/loader.gif)