Added pingback filter option for comments in admin area
This commit is contained in:
@ -135,6 +135,8 @@ function serendipity_fetchComments($id, $limit = null, $order = '', $showAll = f
|
||||
$type = 'NORMAL';
|
||||
} elseif ($type == 'trackbacks') {
|
||||
$type = 'TRACKBACK';
|
||||
} elseif ($type == 'pingbacks') {
|
||||
$type = 'PINGBACK';
|
||||
} elseif ($type == 'comments_and_trackbacks') {
|
||||
$type = '%';
|
||||
}
|
||||
|
Reference in New Issue
Block a user