wp-admin/includes/class-wp-theme-install-list-table.php
Lines:
1 to 24 of 24
<?php /** * List Table API: WP_Theme_Install_List_Table class * * @package WordPress * @subpackage Administration * @since 3.1.0 */ /* class WP_Theme_Install_List_Table */ /* function WP_Theme_Install_List_Table::ajax_user_can() – */ /* function WP_Theme_Install_List_Table::prepare_items() – */ /* function WP_Theme_Install_List_Table::no_items() – */ /* function WP_Theme_Install_List_Table::get_views() – */ /* function WP_Theme_Install_List_Table::display() – Displays the theme install table. */ /* function WP_Theme_Install_List_Table::display_rows() – */ /* function WP_Theme_Install_List_Table::single_row() – Prints a theme from the WordPress.org API. */ /* function WP_Theme_Install_List_Table::theme_installer() – Prints the wrapper for the theme installer. */ /* function WP_Theme_Install_List_Table::theme_installer_single() – Prints the wrapper for the theme installer with a provided theme’s data. */ /* function WP_Theme_Install_List_Table::install_theme_info() – Prints the info for a theme (to be used in the theme installer modal). */ /* function WP_Theme_Install_List_Table::_js_vars() – Send required variables to JavaScript land */ /* function WP_Theme_Install_List_Table::_get_theme_status() – Check to see if the theme is already installed. */