diff --git a/wp-content/themes/classic/comments-popup.php b/wp-content/themes/classic/comments-popup.php index 8ce8aecddc..456a97140e 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(); -?> - +?>
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 6109c02daa..b54c07f3e4 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(); -?> - +?>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 - +Sorry, no posts matched your criteria.
+Powered by WordPress