Always show term search box. See #15857
git-svn-id: https://develop.svn.wordpress.org/trunk@17026 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a2d38faed6
commit
ac11ac7bc8
@ -71,6 +71,11 @@ class WP_Terms_List_Table extends WP_List_Table {
|
|||||||
'per_page' => $tags_per_page,
|
'per_page' => $tags_per_page,
|
||||||
) );
|
) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function has_items() {
|
||||||
|
// todo: populate $this->items in prepare_items()
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
function get_bulk_actions() {
|
function get_bulk_actions() {
|
||||||
$actions = array();
|
$actions = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user