diff --git a/inc/Waymark_Types.php b/inc/Waymark_Types.php index 4db6ce86..36e1802c 100644 --- a/inc/Waymark_Types.php +++ b/inc/Waymark_Types.php @@ -38,7 +38,7 @@ function __construct() { 'items_list_navigation' => esc_html__('Maps list navigation', 'waymark'), 'filter_items_list' => esc_html__('Filter Map list', 'waymark'), ), - 'supports' => array('title', 'author', 'revisions', 'thumbnail'), + 'supports' => array('title', 'author', 'revisions', 'thumbnail', 'comments'), 'hierarchical' => false, 'public' => true, 'show_ui' => true,