From 1fe6e532b9b09458ae269f86ecbb5b8652448640 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Mon, 6 Feb 2006 18:17:01 +0000 Subject: [PATCH] add a wrapping div --- .../serendipity_plugin_comments.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php b/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php index ae4f8d5..8919203 100644 --- a/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php +++ b/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php @@ -22,7 +22,7 @@ class serendipity_plugin_comments extends serendipity_plugin $propbag->add('description', PLUGIN_COMMENTS_BLAHBLAH); $propbag->add('stackable', true); $propbag->add('author', 'Garvin Hicking/Tadashi Jokagi/Judebert'); - $propbag->add('version', '1.6'); + $propbag->add('version', '1.7'); $propbag->add('requirements', array( 'serendipity' => '0.8', 'smarty' => '2.6.7', @@ -151,9 +151,6 @@ class serendipity_plugin_comments extends serendipity_plugin ' . $viewtype . ' ORDER BY c.timestamp DESC LIMIT ' . $max_entries; -?> -
- $row['comment_email']); serendipity_plugin_api::hook_event('frontend_display', $entry); printf( - PLUGIN_COMMENTS_ABOUT, + '
' . PLUGIN_COMMENTS_ABOUT . '
', '' . $user . '', ' ' @@ -217,4 +214,3 @@ class serendipity_plugin_comments extends serendipity_plugin } /* vim: set sts=4 ts=4 expandtab : */ -?> -- 2.39.5