From 8e07fa1110bd5fb3d2f4a05ccd1453c60ef7641c Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Tue, 22 Dec 2009 02:58:26 -0800 Subject: [PATCH] Calendar Widget in sidebar's fix. Signed-off-by: Philip M. Hofer (Frumph) --- sidebar-right.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidebar-right.php b/sidebar-right.php index 2dd1256..f23a571 100644 --- a/sidebar-right.php +++ b/sidebar-right.php @@ -7,7 +7,7 @@ if (!$comicpress_options['disable_lrsidebars_frontpage']) { ?> if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Right Sidebar') ) : // the_widget('ComicpressBookmarkWidget','mode=three-button'); if (is_cp_theme_layout('standard,v')) { - the_widget('ComicpressCalendarWidget'); + the_widget('ComicPressCalendarWidget'); the_widget('ComicpressArchiveDropdownWidget','mode=monthly_archive'); } the_widget('WP_Widget_Pages');