We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9fb92 commit 4d9a8c7Copy full SHA for 4d9a8c7
libraries/Twig.php
@@ -213,7 +213,7 @@ protected function addFunctions()
213
* @param array $attributes [changed] only array is acceptable
214
* @return string
215
*/
216
- protected function safe_anchor($uri = '', $title = '', $attributes = [])
+ public function safe_anchor($uri = '', $title = '', $attributes = [])
217
{
218
$uri = html_escape($uri);
219
$title = html_escape($title);
0 commit comments