From a43ff6f63981fa9e972670b00dae37dcd5154860 Mon Sep 17 00:00:00 2001 From: Nazar Gargol Date: Tue, 17 Sep 2019 17:16:36 +0200 Subject: [PATCH] Removed v0.1 TODO for {{excerpt}} helper no issue - The general "revisit" of of this helper might happen in the future but has nothing critical to do with shipping v3 or dropping v0.1 support --- core/frontend/helpers/excerpt.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/frontend/helpers/excerpt.js b/core/frontend/helpers/excerpt.js index aeba592e0a..ae3cf6c565 100644 --- a/core/frontend/helpers/excerpt.js +++ b/core/frontend/helpers/excerpt.js @@ -16,8 +16,6 @@ var proxy = require('./proxy'), * Content API v2 returns a calculated `post.excerpt` field. * See https://github.com/TryGhost/Ghost/issues/10062. * We have not touched this helper yet, we will revisit later. - * - * @TODO: remove or change if we drop v0.1 */ module.exports = function excerpt(options) { var truncateOptions = (options || {}).hash || {},