diff --git a/include/admin/comments.inc.php b/include/admin/comments.inc.php index 8cae9962..130eb9a8 100644 --- a/include/admin/comments.inc.php +++ b/include/admin/comments.inc.php @@ -187,6 +187,9 @@ if ($serendipity['GET']['filter']['show'] == 'approved') { if ($serendipity['GET']['filter']['type'] == 'TRACKBACK') { $c_type = 'TRACKBACK'; $searchString .= "&serendipity[filter][type]=TRACKBACK"; +} elseif ($serendipity['GET']['filter']['type'] == 'PINGBACK') { + $c_type = 'PINGBACK'; + $searchString .= "&serendipity[filter][type]=PINGBACK"; } elseif ($serendipity['GET']['filter']['type'] == 'NORMAL') { $c_type = 'NORMAL'; $searchString .= "&serendipity[filter][type]=NORMAL"; @@ -197,6 +200,9 @@ if ($serendipity['GET']['filter']['type'] == 'TRACKBACK') { if ($serendipity['GET']['filter']['type'] == 'TRACKBACK') { $c_type = 'TRACKBACK'; $searchString .= "&serendipity[filter][type]=TRACKBACK"; +} elseif ($serendipity['GET']['filter']['type'] == 'PINGBACK') { + $c_type = 'PINGBACK'; + $searchString .= "&serendipity[filter][type]=PINGBACK"; } elseif ($serendipity['GET']['filter']['type'] == 'NORMAL') { $c_type = 'NORMAL'; $searchString .= "&serendipity[filter][type]=NORMAL"; @@ -314,6 +320,7 @@ function highlightComment(id, checkvalue) { +