Blog-Admin-Log

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen

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') )