deprecate ptln()
commitf9a94e78392d6a178b0e7f29a005688fc44e5cc3
authorAndreas Gohr <andi@splitbrain.org>
Thu, 31 Aug 2023 18:44:13 +0000 (31 20:44 +0200)
committerAndreas Gohr <andi@splitbrain.org>
Thu, 31 Aug 2023 18:46:13 +0000 (31 20:46 +0200)
treebb71fbb2bbabbe9e5cfb2475b50567265c8b0875
parent7d34963b3e75ea04c63ec066a6b7a692e123cb53
deprecate ptln()

This method was used to ensure some basic readability in the created
HTML sources long before Firebug and later the builtin inspector tools
in browsers pretty printed the HTML for you. Today, this is no longer
needed.

This adds a custom rector rule to automatically change all occurances to
echo statements.
_test/rector.php
_test/rector/DokuWikiPtlnRector.php [new file with mode: 0644]
inc/common.php
inc/deprecated.php