' . esc_html__( 'posted under: %1$s', 'capri-lite' ) . '';
$post_title = get_the_title( $post->post_parent );
printf(
$published_text,
/* translators: %1$s is post parent url, %2$s is post title as attribute, %3$s is post parent */
sprintf(
'%3$s',
esc_url( get_permalink( $post->post_parent ) ),
esc_attr( strip_tags( $post_title ) ),
esc_html( $post_title )
)
);
?>
', '' );
?>
%3$s (%4$s × %5$s)',
esc_url( wp_get_attachment_url() ),
esc_attr__( 'Link to full-size image', 'capri-lite' ),
esc_html__( 'Full resolution', 'capri-lite' ),
$metadata['width'],
$metadata['height']
);
?>