[TYPO3-core] RFC #13593: Remove calls to and log usage of deprecated global function fw()
Steffen Ritter
info at rs-websystems.de
Sun Feb 21 15:28:12 CET 2010
Steffen Gebert schrieb:
> Hi,
>
> this is a SVN patch request.
>
> Type: cleanup
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=13593
>
> Branches: trunk
>
> Problem:
> The global function fw() (defined in template.php) is deprecated since
> 3.6 and simply does nothing.
>
> Solution:
> * Remove remaining calls to fw()
> * Log each call to the deprecation log that we can remove this in 4.6
>
> Note:
>
> /**
> * Deprecated fontwrap function. Is just transparent now.
> *
> * @param string Input string
> * @return string Output string (in the old days this was
> wrapped in <font> tags)
> * @deprecated since TYPO3 3.6
> */
> function fw($str) {
> return $str;
> }
>
>
>
> Steffen
>
+1 reading and testing
More information about the TYPO3-team-core
mailing list