Ignoring second parameter get_the_date
-
Hello there Alessandro,
It seems that get_the_date function (frontend.php line 1012) was not taking the second parameter $d, causing me some trouble cause it showed me full format date like this: “22 ABRIL, 2014” when php’s date function was passing date(“J”). I just had to add this line to get it fixed, this works for me right now:
if(!empty($d)) $format = $d;
Just to let you know that this might be a bug.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Ignoring second parameter get_the_date’ is closed to new replies.