get_pagenum(); $wp_list_table->prepare_items(); $total_pages = $wp_list_table->get_pagination_arg( 'total_pages' ); if ( $pagenum > $total_pages && $total_pages > 0 ) { wp_redirect( add_query_arg( 'paged', $total_pages ) ); exit; } $title = __('Install Themes'); $parent_file = 'themes.php'; if ( !is_network_admin() ) $submenu_file = 'themes.php'; wp_enqueue_style( 'theme-install' ); wp_enqueue_script( 'theme-install' ); add_thickbox(); wp_enqueue_script( 'theme-preview' ); $body_id = $tab; do_action('install_themes_pre_' . $tab); //Used to override the general interface, Eg, install or theme information. $help = '

' . sprintf(__('You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the WordPress.org Theme Directory. These themes are designed and developed by third parties, are available free of charge, and are licensed under the GNU General Public License, version 2, just like WordPress.'), 'http://wordpress.org/extend/themes/') . '

'; $help .= '

' . __('You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter. Alternately, you can browse the themes that are Featured, Newest, or Recently Updated. When you find a theme you like, you can preview it or install it.') . '

'; $help .= '

' . __('You can Upload a theme manually if you have already downloaded its ZIP archive onto your computer (make sure it is from a trusted and original source). You can also do it the old-fashioned way and copy a downloaded theme’s folder via FTP into your /wp-content/themes directory.') . '

'; $help .= '

' . __('For more information:') . '

'; $help .= '

' . __('Documentation on Adding New Themes') . '

'; $help .= '

' . __('Support Forums') . '

'; add_contextual_help($current_screen, $help); include(ABSPATH . 'wp-admin/admin-header.php'); ?>

views(); ?>