Blog-Admin-Log: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
(Created page with "== Blog: fix the comments date showing as %A %B %e%q, %Y at %I:%M %p --~~~~ == File: '''wp-content/themes/twentyeleven/functions.php''' find line and check if get_comment_da...")
 
 
Zeile 8: Zeile 8:
 
sprintf( __( '%1$s at %2$s', 'twentyeleven' ), get_comment_date('F j, Y'), get_comment_time('H:i') )
 
sprintf( __( '%1$s at %2$s', 'twentyeleven' ), get_comment_date('F j, Y'), get_comment_time('H:i') )
 
</source>
 
</source>
 +
 +
[[Category: Logs]]

Aktuelle Version vom 24. Februar 2013, 22:25 Uhr

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