diff --git a/functions.php b/functions.php index 7bcfc2d..1f43826 100644 --- a/functions.php +++ b/functions.php @@ -883,7 +883,7 @@ if (comicpress_check_child_file('childfunctions') == false) {} /** * Render the ComicPress calendar widget. */ -function comicpress_calendar() { +function comicpress_calendar_embed() { $calendar = new CalendarWidget(); $instance = array(); @@ -897,7 +897,7 @@ function comicpress_calendar() { /** * Render the ComicPress bookmark widget. */ -function comicpress_comic_bookmark() { +function comicpress_comic_bookmark_embed() { $bookmark = new BookmarkWidget(); $bookmark->init(); $bookmark->widget(array(), array()); diff --git a/sidebar-left.php b/sidebar-left.php index e210e2e..8779f97 100644 --- a/sidebar-left.php +++ b/sidebar-left.php @@ -6,7 +6,7 @@