Admin-UI: Using the label 'True' or 'False' in a select (dropdown) displays incorrect labels. #5093
Labels
type: bug
A problem that should not be happening
Milestone
Bug Description
A clear and concise description of what the bug is.
How to Reproduce
Actual Behavior
Expected Behavior
Cause
True and False are constants in PHP, and the option() method checks for constants using defset() on labels before rendering.
The text was updated successfully, but these errors were encountered: