summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/hasmenucurrent.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/hasmenucurrent.md')
-rw-r--r--docs/content/en/functions/hasmenucurrent.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/hasmenucurrent.md b/docs/content/en/functions/hasmenucurrent.md
index dbd4aa418..fea980120 100644
--- a/docs/content/en/functions/hasmenucurrent.md
+++ b/docs/content/en/functions/hasmenucurrent.md
@@ -23,6 +23,6 @@ aliases: []
returns `true` if the PAGE is the same object as the `.Page` in one of the
**children menu entries** under MENUENTRY in a given MENU.
-{{< new-in "0.86.0" >}} If MENUENTRY's `.Page` is a [section](/content-management/sections/) then, from Hugo `0.86.0`, this method also returns true for any descendant of that section..
+If MENUENTRY's `.Page` is a [section](/content-management/sections/) then, from Hugo `0.86.0`, this method also returns true for any descendant of that section..
You can find its example use in [menu templates](/templates/menu-templates/).