Actions
Bug #22147
closedLog usage of deprecated function fw()
Start date:
2010-02-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
typo3/template.php contains the following code
/** * 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; }
Log each call to the deprecation log that we can remove this in 4.6
(issue imported from #M13593)
Files
Updated by Steffen Gebert over 14 years ago
In addition to logging, remove all calls to the global function fw()
Actions