]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/class-wp-theme-install-list-table.php
WordPress 4.2
[autoinstalls/wordpress.git] / wp-admin / includes / class-wp-theme-install-list-table.php
index 01ac2907e74551b458af33519e99117c4ea6feec..e90f144d779d8cdc088e53271c17a2062e818ed1 100644 (file)
@@ -106,7 +106,7 @@ class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
                /**
                 * Filter API request arguments for each Install Themes screen tab.
                 *
-                * The dynamic portion of the hook name, $tab, refers to the theme install
+                * The dynamic portion of the hook name, `$tab`, refers to the theme install
                 * tabs. Default tabs are 'dashboard', 'search', 'upload', 'featured',
                 * 'new', and 'updated'.
                 *
@@ -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() {