Home
last modified time | relevance | path

Searched hist:"34 c27e09738881d035a1dfcf7a995ac0cdbf69cf" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dtemplate.php34c27e09738881d035a1dfcf7a995ac0cdbf69cf Wed Sep 13 09:59:02 UTC 2023 Andreas Gohr <andi@splitbrain.org> replace deprecated ptln call with echo closure

TPL_CONTENT_DISPLAY used ptln() as default action. Since this is
deprecated it needs to be replaced, but since echo is a langage construct not
a real function we need to wrap it into a closure.