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:
Scott Taylor 2015-03-07 23:03:00 +00:00
parent f4dc74745c
commit f06485a701

View File

@ -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() {