mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user