Title: Widgets Comments Error date
Last modified: August 31, 2016

---

# Widgets Comments Error date

 *  [chitarrista85](https://wordpress.org/support/users/chitarrista85/)
 * (@chitarrista85)
 * [10 years ago](https://wordpress.org/support/topic/widgets-comments-error-date/)
 * for all my comments in the sidebar, the date back to 46 years ago!!! how I resolve
   this bug?
 * [https://wordpress.org/plugins/templatesnext-toolkit/](https://wordpress.org/plugins/templatesnext-toolkit/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Stefan Sebechlebsky](https://wordpress.org/support/users/ssebech/)
 * (@ssebech)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/widgets-comments-error-date/#post-8745835)
 * The same here, now it is 47 years. There is some wrong code in the file
    wp-content/
   plugins/templatesnext-toolkit/inc/widgets/widget-comments.php I have resolved
   it as follows: 1) remove complete line 70: $comment_date = mysql2date(‘U’, $comment_date);–
   or just comment out 2) change line 74 which originally reads: human_time_diff(
   $comment_date, current_time(‘timestamp’) ) . ‘ ‘ . __(“ago”, “tx”) into simple
   $comment_date Then the widget shows the real date when comment posted (not the…
   ago form). Then another issue came out that the comment text was beginning on
   an inappropriate line right behind the date which I solved by introducing an 
   html paragraph section for the comment text: insert <p> at the end of line 78
   which would then read: <div class=”comment-body”><p> and insert </p> in the beginning
   of line 88 which then reads </p></div> Hope this helps.
 * [@marsian](https://wordpress.org/support/users/marsian/) there is also a bug 
   of incorrect menu behavior on Android smartphones (using Chrome browser) in all
   your free themes, including the latest i-design! Please see
    [https://wordpress.org/support/topic/small-screen-menu-is-not-responsive-on-smartphone/](https://wordpress.org/support/topic/small-screen-menu-is-not-responsive-on-smartphone/)
 *  Plugin Author [marsian](https://wordpress.org/support/users/marsian/)
 * (@marsian)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/widgets-comments-error-date/#post-8748555)
 * Thnks for pointing out the bug, will try to fix that in next update

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Widgets Comments Error date’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/templatesnext-toolkit_445e7e.svg)
 * [TemplatesNext ToolKit](https://wordpress.org/plugins/templatesnext-toolkit/)
 * [Support Threads](https://wordpress.org/support/plugin/templatesnext-toolkit/)
 * [Active Topics](https://wordpress.org/support/plugin/templatesnext-toolkit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/templatesnext-toolkit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/templatesnext-toolkit/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [marsian](https://wordpress.org/support/users/marsian/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/widgets-comments-error-date/#post-8748555)
 * Status: not resolved