WP_Post_Comments_List_Table::get_column_info(): array


Return

array


Top ↑

Source

File: wp-admin/includes/class-wp-post-comments-list-table.php. View all references

protected function get_column_info() {
	return array(
		array(
			'author'  => __( 'Author' ),
			'comment' => _x( 'Comment', 'column name' ),
		),
		array(),
		array(),
		'comment',
	);
}


Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.