>
%2$s';
$time_string = sprintf(
$time_string,
esc_attr( get_the_date( DATE_W3C ) ),
esc_html( get_the_date() )
);
echo '';
printf(
/* translators: %s: Publish date. */
//esc_html__( 'Published %s', 'alvarado' ),
$time_string // phpcs:ignore WordPress.Security.EscapeOutput
);
echo '';
}
?>
'',
/* translators: %: Page number. */
'pagelink' => esc_html__( 'Page %', 'alvarado' ),
)
);
?>