Skip to content

Commit aac65c0

Browse files
committed
docs: make function name linkable
1 parent 78cf306 commit aac65c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/general/helpers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Using a Helper
100100
Once you've loaded the Helper File containing the function you intend to
101101
use, you'll call it the way you would a standard PHP function.
102102

103-
For example, to create a link using the ``anchor()`` function in one of
103+
For example, to create a link using the :php:func:`anchor()` function in one of
104104
your view files you would do this:
105105

106106
.. literalinclude:: helpers/005.php

0 commit comments

Comments
 (0)