1
0

Added pingback filter option for comments in admin area

This commit is contained in:
Grischa Brockhaus
2007-09-02 01:23:21 +00:00
parent de7b11e91b
commit 60a0320eb6
3 changed files with 11 additions and 1 deletions

View File

@ -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 = '%';
}