wp-admin/includes/class-wp-ms-themes-list-table.php
<?php /** * List Table API: WP_MS_Themes_List_Table class * * @package WordPress * @subpackage Administration * @since 3.1.0 */ /* class WP_MS_Themes_List_Table */ /* function WP_MS_Themes_List_Table::__construct() – Constructor. */ /* function WP_MS_Themes_List_Table::get_table_classes() – */ /* function WP_MS_Themes_List_Table::ajax_user_can() – */ /* function WP_MS_Themes_List_Table::prepare_items() – */ /* function WP_MS_Themes_List_Table::_search_callback() – */ /* function WP_MS_Themes_List_Table::_order_callback() – */ /* function WP_MS_Themes_List_Table::no_items() – */ /* function WP_MS_Themes_List_Table::get_columns() – */ /* function WP_MS_Themes_List_Table::get_sortable_columns() – */ /* function WP_MS_Themes_List_Table::get_primary_column_name() – Gets the name of the primary column. */ /* function WP_MS_Themes_List_Table::get_views() – */ /* function WP_MS_Themes_List_Table::get_bulk_actions() – */ /* function WP_MS_Themes_List_Table::display_rows() – */ /* function WP_MS_Themes_List_Table::column_cb() – Handles the checkbox column output. */ /* function WP_MS_Themes_List_Table::column_name() – Handles the name column output. */ /* function WP_MS_Themes_List_Table::column_description() – Handles the description column output. */ /* function WP_MS_Themes_List_Table::column_autoupdates() – Handles the auto-updates column output. */ /* function WP_MS_Themes_List_Table::column_default() – Handles default column output. */ /* function WP_MS_Themes_List_Table::single_row_columns() – Handles the output for a single table row. */ /* function WP_MS_Themes_List_Table::single_row() – */