From f06485a701fccc1a7e410c4677b51c3927b300ea Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sat, 7 Mar 2015 23:03:00 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/class-wp-theme-install-list-table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-theme-install-list-table.php b/src/wp-admin/includes/class-wp-theme-install-list-table.php index eb8498a29d..e90f144d77 100644 --- a/src/wp-admin/includes/class-wp-theme-install-list-table.php +++ b/src/wp-admin/includes/class-wp-theme-install-list-table.php @@ -173,7 +173,7 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table { tablenav( 'bottom' ); } public function display_rows() {