For some reason, I lost my status colors. I haven't changed anything to do with them, however I cannot figure out exactly what I did that made them lose color.
In the HTML code, each of them is listed as #ffffff (Hex for white).
What did I touch that broke this???
Thanks! :-)
Lost status colors
Moderators: Developer, Contributor
DOH! Problem fixed...
I found the problem and it's now fixed... Here is what NOT to do...
I made changes to $g_status_enum_string (Changed the first letter from lowercase to Uppercase), which didn't play well with the status color array.
So, if you choose to change your first letter to uppercase as well, make sure
that you also update the first letter in the array.
I made changes to $g_status_enum_string (Changed the first letter from lowercase to Uppercase), which didn't play well with the status color array.
So, if you choose to change your first letter to uppercase as well, make sure
that you also update the first letter in the array.