[Plugin: Vote It Up] Bug Fix: Incorrect URL variable used
-
Hey Nicholas,
In voteitup.php (Line 56):
$edir = get_bloginfo(‘url’).”/”.$edir;
should be
$edir = get_bloginfo(‘wpurl’).”/”.$edir;
Cheers,
Brad
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Vote It Up] Bug Fix: Incorrect URL variable used’ is closed to new replies.