diff --git a/wp-admin/includes/class-wp-plugins-list-table.php b/wp-admin/includes/class-wp-plugins-list-table.php index eefffb1033..b5ad6d48b6 100644 --- a/wp-admin/includes/class-wp-plugins-list-table.php +++ b/wp-admin/includes/class-wp-plugins-list-table.php @@ -195,13 +195,6 @@ class WP_Plugins_List_Table extends WP_List_Table { return array(); } - function display_tablenav( $which ) { - global $status; - - if ( !in_array( $status, array( 'mustuse', 'dropins' ) ) ) - parent::display_tablenav( $which ); - } - function get_views() { global $totals, $status; @@ -286,11 +279,19 @@ class WP_Plugins_List_Table extends WP_List_Table { function extra_tablenav( $which ) { global $status; - if ( 'recently_activated' == $status ) { ?> -
' . __( 'Files in the /wp-content/mu-plugins
directory are executed automatically.' ) . '
' . __( 'Drop-ins are advanced plugins in the /wp-content
directory that replace WordPress functionality when present.' ) . '
' . __( 'Files in the /wp-content/mu-plugins
directory are executed automatically.' ) . '
' . __( 'Drop-ins are advanced plugins in the /wp-content
directory that replace WordPress functionality when present.' ) . '