Make WordPress Core

Changeset 22081


Ignore:
Timestamp:
09/28/2012 09:46:24 PM (14 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-comments-list-table.php

    r21996 r22081  
    8282                $status_map = array(
    8383                        'moderated' => 'hold',
    84                         'approved' => 'approve'
     84                        'approved' => 'approve',
     85                        'all' => '',
    8586                );
    8687
Note: See TracChangeset for help on using the changeset viewer.