From 9908cbb0216497f23f28e44627c6dc415270524d Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 20 Mar 2024 14:47:12 +0100 Subject: [PATCH] Change `dateCreated` property to `datePublished` It seems that Google prefers `datePublished`. --- com.woltlab.wcf/templates/commentList.tpl | 2 +- com.woltlab.wcf/templates/commentResponseList.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/com.woltlab.wcf/templates/commentList.tpl b/com.woltlab.wcf/templates/commentList.tpl index 2b457b5835..4c6c383fd7 100644 --- a/com.woltlab.wcf/templates/commentList.tpl +++ b/com.woltlab.wcf/templates/commentList.tpl @@ -29,7 +29,7 @@ {/if}
- + {@$comment->time|time}
diff --git a/com.woltlab.wcf/templates/commentResponseList.tpl b/com.woltlab.wcf/templates/commentResponseList.tpl index f28cd6e8fc..bda6085439 100644 --- a/com.woltlab.wcf/templates/commentResponseList.tpl +++ b/com.woltlab.wcf/templates/commentResponseList.tpl @@ -26,7 +26,7 @@ {/if}
- + {@$response->time|time}
-- 2.20.1