From 6f9ceadb44bf77727c35716850b63ff1291fc6d0 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Sun, 10 Aug 2014 16:44:18 -0500 Subject: [PATCH] Issue #2296775 by gauravkhambhala | jhodgdon: Fixed Content Markers defgroup/topic mentions theme_mark() (nonexistent). --- core/includes/theme.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/includes/theme.inc b/core/includes/theme.inc index edcdad921404..8d985b32e6da 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -29,8 +29,10 @@ /** * @defgroup content_flags Content markers * @{ - * Markers used by theme_mark() and node_mark() to designate content. - * @see theme_mark(), node_mark() + * Markers used by mark.html.twig and node_mark() to designate content. + * + * @see mark.html.twig + * @see node_mark() */ /** -- GitLab