From 442858025ec34e3b0038879728a97bf8a9c5cbd5 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 24 Oct 2008 21:06:30 +0000 Subject: [PATCH] comments-popup template updates from DD32. fixes #6391 git-svn-id: http://svn.automattic.com/wordpress/trunk@9336 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/classic/comments-popup.php | 23 ++++++++++++-------- wp-content/themes/default/comments-popup.php | 23 +++++++++++--------- 2 files changed, 27 insertions(+), 19 deletions(-) diff --git a/wp-content/themes/classic/comments-popup.php b/wp-content/themes/classic/comments-popup.php index 8ce8aecdd..456a97140 100644 --- a/wp-content/themes/classic/comments-popup.php +++ b/wp-content/themes/classic/comments-popup.php @@ -3,12 +3,7 @@ * @package WordPress * @subpackage Classic_Theme */ - -/* Don't remove these lines. */ -add_filter('comment_text', 'popuplinks'); -while( have_posts()) : the_post(); -?> - +?> <?php echo get_option('blogname'); ?> - <?php echo sprintf(__("Comments on %s"), the_title('','',false)); ?> @@ -24,6 +19,13 @@ while( have_posts()) : the_post();

+ +

RSS feed for comments on this post."); ?>

@@ -67,8 +69,6 @@ if ( post_password_required($commentstatus) ) { // and it doesn't match the coo

- - " />

@@ -89,6 +89,8 @@ if ( post_password_required($commentstatus) ) { // and it doesn't match the coo

+ + " /> " />

ID); ?> @@ -102,8 +104,11 @@ if ( post_password_required($commentstatus) ) { // and it doesn't match the coo
+

Sorry, no posts matched your criteria.

+ diff --git a/wp-content/themes/default/comments-popup.php b/wp-content/themes/default/comments-popup.php index 6109c02da..b54c07f3e 100644 --- a/wp-content/themes/default/comments-popup.php +++ b/wp-content/themes/default/comments-popup.php @@ -3,12 +3,7 @@ * @package WordPress * @subpackage Default_Theme */ - -/* Don't remove these lines. */ -add_filter('comment_text', 'popuplinks'); -while ( have_posts()) : the_post(); -?> - +?> <?php echo get_option('blogname'); ?> - Comments on <?php the_title(); ?> @@ -24,6 +19,12 @@ while ( have_posts()) : the_post();

+

Comments

RSS feed for comments on this post.

@@ -67,8 +68,6 @@ if ( post_password_required($post) ) { // and it doesn't match the cookie

- - " />

@@ -89,6 +88,8 @@ if ( post_password_required($post) ) { // and it doesn't match the cookie

+ + " />

ID); ?> @@ -102,9 +103,11 @@ if ( post_password_required($post) ) { // and it doesn't match the cookie
Close this window.
- +

Sorry, no posts matched your criteria.

+

Powered by WordPress