Use $this->
instead of parent::
when calling tablenav()
in WP_Theme_Install_List_Table
.
See #30799. git-svn-id: https://develop.svn.wordpress.org/trunk@31672 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f4dc74745c
commit
f06485a701
@ -173,7 +173,7 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
|
||||
</div>
|
||||
|
||||
<?php
|
||||
parent::tablenav( 'bottom' );
|
||||
$this->tablenav( 'bottom' );
|
||||
}
|
||||
|
||||
public function display_rows() {
|
||||
|
Loading…
Reference in New Issue
Block a user