>
%s', wp_get_attachment_url( $attachment_id ), amp_wp_translation_get( 'click-here' ) );
if( wp_attachment_is( 'video' ) ) {
printf( amp_wp_translation_get( 'attachment-play-video' ), $click_here );
} elseif( wp_attachment_is( 'audio' ) ) {
printf( amp_wp_translation_get( 'attachment-play-audio' ), $click_here );
} else {
printf( amp_wp_translation_get( 'attachment-download-file' ), $click_here );
}
}
?>
' . amp_wp_translation_get( 'attachment-next' );
$next_text = amp_wp_translation_get( 'attachment-prev' ) . ' ';
} else {
$next_text = ' ' . amp_wp_translation_get( 'attachment-prev' );
$older_text = amp_wp_translation_get( 'attachment-next' ) . ' ';
}
?>