We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09cfec commit bc6229bCopy full SHA for bc6229b
2 files changed
user_guide_src/source/changelogs/v4.4.3.rst
@@ -24,6 +24,9 @@ Deprecations
24
Bugs Fixed
25
**********
26
27
+- **UserGuide:** Fixed the descriptions for ``pre_system`` and ``post_system``
28
+ in :ref:`event-points`.
29
+
30
See the repo's
31
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
32
for a complete list of bugs fixed.
user_guide_src/source/extending/events.rst
@@ -82,6 +82,8 @@ You can stop simulation by passing false:
82
83
.. literalinclude:: events/008.php
84
85
+.. _event-points:
86
87
Event Points
88
============
89
0 commit comments