From 6f2e4ddfb56353025f272dc133ec5266b2a440cf Mon Sep 17 00:00:00 2001 From: Remco <61921490+YosoraLife@users.noreply.github.com> Date: Fri, 17 May 2024 23:32:04 +0200 Subject: [PATCH] Update Waymark_Types.php Added comments support --- inc/Waymark_Types.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,