From cdb08e366e92a1258011d43ad8a8b5840131c3c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 6 Mar 2014 09:44:25 -0500 Subject: [PATCH] All Sites: Remove pingbacks and trackbacks Fixes gh-207 --- themes/jquery/comments.php | 46 +++++-------------------------------- themes/jquery/functions.php | 5 +--- themes/jquery/header.php | 1 - 3 files changed, 7 insertions(+), 45 deletions(-) diff --git a/themes/jquery/comments.php b/themes/jquery/comments.php index 3d7d59d8..85fda432 100755 --- a/themes/jquery/comments.php +++ b/themes/jquery/comments.php @@ -1,28 +1,3 @@ - -
- -

-
- - - -

- 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> + 1 && get_option( 'page_comments' ) ) : ?> - +
    - 'twentyeleven_comment' ) ); - ?> + 'twentyeleven_comment' ) ); ?>
- 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> + 1 && get_option( 'page_comments' ) ) : ?> - + - - + diff --git a/themes/jquery/functions.php b/themes/jquery/functions.php index cbdaea01..41facc28 100755 --- a/themes/jquery/functions.php +++ b/themes/jquery/functions.php @@ -193,10 +193,7 @@ function twentyeleven_comment( $comment, $args, $depth ) { switch ( $comment->comment_type ) : case 'pingback' : case 'trackback' : - ?> -
  • -

    ', '' ); ?>

    - diff --git a/themes/jquery/header.php b/themes/jquery/header.php index 7176e56a..e9aef7b5 100755 --- a/themes/jquery/header.php +++ b/themes/jquery/header.php @@ -25,7 +25,6 @@ -