Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter heinnge

    (@heinnge)

    and got it working with the fix

    -	echo wp_days_ago_internal(get_the_ID(), $mode, $prepend, $append, $texts);
    +	echo wp_days_ago_internal(get_the_time("U", get_the_ID()), $mode, $prepend, $append, $texts);
    Plugin Author Vegard Skjefstad

    (@vskjefst)

    Oh, man. That’s embarrassing. Thanks for reporting this and shame on me for not testing enough. Fixed in 2.5.2.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wrong 'days ago' after upgrade from 2.5 to 2.5.1’ is closed to new replies.