• The timestamps recorded for Answers on the admin pages are wrong. This is the fix:

    In /inc/Posts/Answer.php change this line:

    ( time() - get_post_time( 'U', false, $answer ) ) > 60 * 60 * 24 * 2 ? '' : ' at ' . human_time_diff( get_post_time( 'U', false, $answer ) ) . ' ago',

    to this:

    ( time() - get_post_time( 'U', false, $answer ) ) > 60 * 60 * 24 * 2 ? '' : ' at ' . human_time_diff( get_post_time( 'U', current_time( 'timestamp' ) ) ) . ' ago',

    Please update the plugin soon with these and the other fixes that I and others have posted.

    https://wordpress.org/plugins/dw-question-answer/

Viewing 1 replies (of 1 total)
  • Plugin Author DesignWall

    (@designwall)

    Hi,
    Thank you for interesting in our product and your feedback. We appreciate it.
    We are checking and fixing this issue in the next version.
    Any your suggestion will make our product become better and better. We are checking and fixing this issue, we will update this issue in the next version.
    Regards,
    Dominic from DesignWall team.

Viewing 1 replies (of 1 total)
  • The topic ‘Timestamp bug in admin’ is closed to new replies.