There was an error while loading. Please reload this page.
1 parent 1883057 commit 0f53fc5Copy full SHA for 0f53fc5
en/core-libraries/global-constants-and-functions.rst
@@ -28,7 +28,7 @@ such as debugging and translating content.
28
``sprintf()``. You can supply additional arguments to replace
29
placeholders in your string::
30
31
- __('You have %s unread messages', $number);
+ __('You have %s unread messages', h($number));
32
33
.. note::
34
0 commit comments