[FIX] Current Bids correct date
-
Hello,
i installed and customized the plugin a lil bit. i figured out the following issue. After checking on the plugin page and plugin-demo-page, where occured the same issue.
The date of the current bids on an item are alway the actual day. i dont know how exactly it works or if thats a perfect fix.
But if you have this issue too, try the following:
plugins/wp-auctions/wpa_ajax.php
Go to row 548 or look for the following line:
$row[2] = wpa_date(strtotime(get_date_from_gmt($row[2]))); // convert dates to WP timezone
replace that line with the following line:
$row[2] = wpa_date(get_date_from_gmt($row[2])); // convert dates to WP timezone
I hope it helps someone.
Patrick
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[FIX] Current Bids correct date’ is closed to new replies.