diff --git a/comicpress-options.php b/comicpress-options.php
index 249fe6b..96b19e8 100644
--- a/comicpress-options.php
+++ b/comicpress-options.php
@@ -742,13 +742,17 @@ function comicpress_admin() {
class widget_comicpress_archive_dropdown extends WP_Widget {
function widget_comicpress_archive_dropdown() {
- $widget_ops = array('classname' => 'widget_comicpress_archive_dropdown', 'description' => 'Display a dropdown of your archive.' );
+ $widget_ops = array('classname' => 'widget_comicpress_archive_dropdown', 'description' => 'Display a dropdown list of your archives, styled.' );
$this->WP_Widget('archive_dropdown', 'ComicPress Archive Dropdown', $widget_ops);
}
diff --git a/widgets/calendar.php b/widgets/calendar.php
index 66cddb6..c011fc9 100644
--- a/widgets/calendar.php
+++ b/widgets/calendar.php
@@ -21,12 +21,12 @@ function comicpress_calendar($instance = null) {
-
+
+
-
+ DOWNLOAD
SML
+
diff --git a/widgets/comiccomments.php b/widgets/comiccomments.php
index 44d51cd..aabd580 100644
--- a/widgets/comiccomments.php
+++ b/widgets/comiccomments.php
@@ -22,7 +22,7 @@ class widget_comicpress_comments extends WP_Widget {
echo $before_widget;
$title = empty($instance['title']) ? 'Permalink' : apply_filters('widget_title', $instance['title']); ?>
- comment_status) { comments_popup_link('“Comment!”', '“1 Comment”', '“% Comments”'); } ?>
+ comment_status) { ?>
]*)>#', '
', $bookmarks);
- $bookmarks = preg_replace('#]*)>#', '', $bookmarks);
+ $bookmarks = preg_replace('#]*)>#', '', $bookmarks);
$listpages = wp_list_pages('echo=0&sort_column=menu_order&depth=4&title_li=');
if (!empty($bookmarks)) {
$listpages = str_replace('Links
', 'Links
@@ -66,12 +66,12 @@ function comicpress_menubar() {
', $listpages);
$listpages .= $menulinks;
- } else {
+ } else {
$listpages = str_replace('Links', 'Links
', $listpages);
$listpages .= $menulinks;
- }
+ }
?>