Actions
Feature #23898
closedOptimize stdWrap usage for TypoScript content element HMENU
Start date:
2010-11-01
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
One part of the current TypoScript tuning process is to add missing stdWrap functions to existing content elements and optimize the current usage of stdWrap functions.
The attached patch will improve the element HMENU by
adding stdWrap to the standalone call of the wrap function, since it should correspond to behaviour of stdWrap.wrap, which is now stdWrap aware.
optimizing the usage of stdWrap for the parameters
wrap
stdWrap
so that stdWrap will only be executed when there is a "dotted" key
wrap.
stdWrap.
available.
(issue imported from #M16199)
Files
Actions