[Plugin: Widget Logic] Returns
-
I have a page called:
Returns
To make your plugin function properly I had to modify the code.
$wl_value=(stristr($wl_value, "return"))?$wl_value:"return (".$wl_value.");";
changed to:$wl_value=(stristr($wl_value, "return "))?$wl_value:"return (".$wl_value.");";Note the extra space after “return
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Widget Logic] Returns’ is closed to new replies.