Map 'all' to no status for get_comments() in the list table. See #21101.

git-svn-id: https://develop.svn.wordpress.org/trunk@22081 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-09-28 21:46:24 +00:00
parent 67f3ab27b0
commit 7e3e82dd32
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ class WP_Comments_List_Table extends WP_List_Table {
$status_map = array(
'moderated' => 'hold',
'approved' => 'approve'
'approved' => 'approve',
'all' => '',
);
$args = array(