From 2428d6a0515d7a3f96f716518e77baed77873be0 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Thu, 2 Feb 2012 16:39:41 +0000 Subject: [PATCH] _s: using the time element image attachments to match posts git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8844 d957f892-c61d-0410-b221-f235e6eecf30 --- image.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/image.php b/image.php index 46b0cf3..664c8ac 100644 --- a/image.php +++ b/image.php @@ -20,9 +20,9 @@ get_header(); ?>
%2$s at %4$s × %5$s in %7$s', '_s' ), - esc_attr( get_the_time() ), - get_the_date(), + 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(), $metadata['width'], $metadata['height'],