Removed jquery-1.2.6-packed.js that wasnt supposed to be there, removed the default calendar image from showing, messed with options page.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-11-09 18:15:39 -08:00
parent 97d584b7b9
commit 4759f5183b
2 changed files with 1 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@ -70,8 +70,7 @@ class widget_comicpress_calendar extends WP_Widget {
}
function form($instance) {
$default_image = get_template_directory_uri() . '/images/cal/default.png';
$instance = wp_parse_args( (array) $instance, array( 'thumbnail' => $default_image, 'small' => '', 'medium' => '', 'large' => '', 'link' => '') );
$instance = wp_parse_args( (array) $instance, array( 'thumbnail' => '', 'small' => '', 'medium' => '', 'large' => '', 'link' => '') );
$thumbnail = strip_tags($instance['thumbnail']);
$small = strip_tags($instance['small']);
$medium = strip_tags($instance['medium']);