', '' ); ?>
'
' . esc_html__( 'Pages:', 'blogasm' ),
'after' => '
',
'link_before' => '',
'link_after' => '',
) );
if ( get_edit_post_link() ) :
edit_post_link(
sprintf(
wp_kses(
/* translators: %s: Name of current post. Only visible to screen readers */
__( 'Edit %s', 'blogasm' ),
array(
'span' => array(
'class' => array(),
),
)
),
get_the_title()
),
'',
''
);
endif; ?>