Skip to content

Commit b5275f7

Browse files
committed
Fix GH-1440: Mention that named arguments can't be used with empty()
1 parent ace6b15 commit b5275f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

language-snippets.ent

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1647,7 +1647,8 @@ linkend="ini.open-basedir">open_basedir</link>.</para></note>'>
16471647

16481648
<!ENTITY note.language-construct '<note xmlns="http://docbook.org/ns/docbook"><simpara>Because this is a
16491649
language construct and not a function, it cannot be called using
1650-
<link linkend="functions.variable-functions">variable functions</link>.</simpara>
1650+
<link linkend="functions.variable-functions">variable functions</link>,
1651+
or <link linkend="functions.named-arguments">named arguments</link>.</simpara>
16511652
</note>'>
16521653

16531654
<!-- Common pieces in features/safe-mode.xml

0 commit comments

Comments
 (0)