__('Search Plugins'), 'upload' => __('Upload a Plugin'), 'featured' => __('Featured Plugins'), 'popular' => __('Popular Plugins'), 'new' => __('Newest Plugins'), 'updated' => __('Recently Updated Plugins') ); $tabs = apply_filters('install_plugins_tabs', $tabs ); if( empty($tab) || ( ! isset($tabs[ $tab ]) && ! in_array($tab, array('install', 'plugin-information')) ) ){ $tab_actions = array_keys($tabs); $tab = $tab_actions[0]; } if( empty($paged) ) $paged = 1; $body_id = $tab; do_action('install_plugins_pre_' . $tab); include('admin-header.php'); ?>