I am trying to figure out where the "Upload Files" label string is configured. That label shows up on top of the the upload widget to the form...
Thanks
I am trying to figure out where the "Upload Files" label string is configured. That label shows up on top of the the upload widget to the form...
Thanks
Finally found it on my own:
In include/tdomf-upload-functions.php,
replace
$this->enableWidgetTitle(true,'title');
with
$this->enableWidgetTitle(false,'title');
This topic has been closed to new replies.