Missed one: `WP_MS_Sites_List_Table::display_rows()` must be `public`.
Props extendwings. Fixes #28894. Built from https://develop.svn.wordpress.org/trunk@29166 git-svn-id: http://core.svn.wordpress.org/trunk@28950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3665b5a1a1
commit
c3b068a599
|
@ -177,7 +177,7 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function display_rows() {
|
public function display_rows() {
|
||||||
global $mode;
|
global $mode;
|
||||||
|
|
||||||
$status_list = array(
|
$status_list = array(
|
||||||
|
|
Loading…
Reference in New Issue