[TYPO3-core] RFC #13593: Remove calls to and log usage of deprecated global function fw()
Steffen Gebert
steffen at steffen-gebert.de
Sun Feb 21 10:29:48 CET 2010
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 13593.diff
Type: text/x-diff
Size: 4785 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100221/19eba6fc/attachment.diff>
More information about the TYPO3-team-core
mailing list