[Bug fix] function themedrive_getinfo() won't ever work
-
Hiya,
When going through my files, I noticed a fix I applied to your plugin which by the looks of it, I haven’t reported before.
Hope this helps! Line numbers based on the current version 2.8.3. I realize that the below instruction may be a bit unclear. The complete code for the fixed function can be found in Pastebin.
Smile,
Juliette************************
File: themedrive.php
Find line 465 and ADD BELOW:
global $themedrive_localversion;
REMOVE line 469 and line 476:
// return $status;
ADD BELOW line 477:
return $status;
https://www.ads-software.com/extend/plugins/theme-test-drive/
- The topic ‘[Bug fix] function themedrive_getinfo() won't ever work’ is closed to new replies.