The "No Files Uploaded" text in the Original CIF field contents is green on Wordpress sites (and blue like it could be clicked on in ODR sites)

This is because it's rendered inside an tag...changing it to a would be trivial, just have to be sure to do a grep for the HTML class "ODRFileSpacer_empty" to get all four different places that could render it...
The "No Files Uploaded" text in the Original CIF field contents is green on Wordpress sites (and blue like it could be clicked on in ODR sites)

This is because it's rendered inside an tag...changing it to a would be trivial, just have to be sure to do a grep for the HTML class "ODRFileSpacer_empty" to get all four different places that could render it...