Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Andrew Bartel

    (@andrew-bartel)

    Hi alchemist, we’ll get that corrected in the next update. If you’d like a patch prior to the release, please get in touch with me at andrew dot bartel at gmail.com with your email and we’ll send over our current 1.1 development version.

    hi all,

    did this problem be resolved?

    I found the issue is caused by the wrong key name to get from comment array.

    the origin source code is
    strtotime($comment_obj["created_at"].'+0000')

    the fixed source code is
    strtotime($comment_obj["createdAt"].'+0000')

    Sincerely,
    Micky

    Plugin Author Andrew Bartel

    (@andrew-bartel)

    Hi Micky, yes, this was corrected in the current development version, thanks for the post.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Date of comment in sidebar’ is closed to new replies.