WP_Posts_List_Table::get_table_classes()


Return

(array)


Source

File: wp-admin/includes/class-wp-posts-list-table.php

	protected function get_table_classes() {
		return array( 'widefat', 'fixed', 'striped', is_post_type_hierarchical( $this->screen->post_type ) ? 'pages' : 'posts' );
	}