Blog-Admin-Log
Version vom 24. Februar 2013, 22:25 Uhr von Nikolayhg (Diskussion | Beiträge)
Blog: fix the comments date showing as %A %B %e%q, %Y at %I:%M %p --Tony Ford (talk) 19:03, 23 February 2013 (CET)
File: wp-content/themes/twentyeleven/functions.php
find line and check if get_comment_date has a date string parameter F j, Y
sprintf( __( '%1$s at %2$s', 'twentyeleven' ), get_comment_date('F j, Y'), get_comment_time('H:i') )