Feature #7196
setHelp method should use more conventiol argument syntax
Start date:
02/02/2017
Due date:
% Done:
0%
Estimated time:
Description
The setHelp methods currently use an array to pass position arguments to sprintf. This has caused people to employ sprintf in gettext calls, which can break localization.
THe Form classes should be updated to accommodate "standard" printf style positional parameters
History
#1
Updated by Steve Beaver almost 4 years ago
- Status changed from New to Resolved