-
Bug
-
Resolution: Fixed
-
Minor
-
4.4.1, 4.5
-
1
-
Team Hedgehogs 2025 Sprint 1.1
The img_alt_is_too_long check uses strlen(), which can result in a larger number when the alt text contains multibyte strings. We should be using core_text::strlen() to count the alt text length properly, regardless of whether they are multibyte or not.