- Status changed to Needs review
almost 2 years ago 1:32pm 3 March 2023 The last submitted patch, 35: 2834359-35.patch, failed testing. View results →
- Status changed to Postponed: needs info
5 months ago 11:49am 17 August 2024 - 🇳🇿New Zealand quietone
The error message was changed in 🐛 Invalid placeholder error message should say what's wrong with it Fixed to the following, which is more helpful.
// Warn for random placeholders that won't be replaced. trigger_error(sprintf('Placeholders must begin with one of the following "@", ":" or "%%", invalid placeholder (%s) with string: "%s"', $key, $string), E_USER_WARNING); }
I think the current message provides enough information to help someone fix the problem, making this a won't fix.