[Plugin: Types – Custom Fields and Custom Post Types Management] images.php does not account for url
-
includes/fields/image.php does not account for ports.
in plugin version 0.9.4.2, change line 616 to:
$info['dirname'] = $temp['scheme'] . '://' . $temp['host'] . (($temp['port'] != '') ? (':' . $temp['port']) : '') . dirname($path['path']);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Types – Custom Fields and Custom Post Types Management] images.php does not account for url’ is closed to new replies.