From 0d204422276faa71822c0e24c9628ea2015f3063 Mon Sep 17 00:00:00 2001 From: Michael Fields Date: Fri, 28 Dec 2012 17:27:07 -0800 Subject: [PATCH] Remove invalid pubdate value from time elements in image.php --- image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.php b/image.php index f7b19667..1c1a3451 100644 --- a/image.php +++ b/image.php @@ -21,7 +21,7 @@ get_header();
at %4$s × %5$s in %7$s', '_s' ), + printf( __( 'Published at %4$s × %5$s in %7$s', '_s' ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ), wp_get_attachment_url(),