\n";
calib_the_author();
the_tags( "
\n
" . esc_html__( 'Tags:', 'calibration' ) . "\n
\n
\n" );
edit_post_link( sprintf( wp_kses(
/* translators: %s: Name of current post. Only visible to screen readers */
__( 'Edit %s', 'calibration' ), array( 'span' => array( 'class' => array() ) ) ), get_the_title() ), "\n", "\n
\n" );
echo "\n";
else :
edit_post_link( sprintf( wp_kses(
/* translators: %s: Name of current post. Only visible to screen readers */
__( 'Edit %s', 'calibration' ), array( 'span' => array( 'class' => array() ) ) ), get_the_title() ), "\n" );
endif;
?>