'; /** * Get default strings. * * @see kemet_theme_strings */ comments_popup_link( kemet_theme_strings( 'string-blog-meta-leave-a-comment', false ), kemet_theme_strings( 'string-blog-meta-one-comment', false ), kemet_theme_strings( 'string-blog-meta-multiple-comment', false ) ); echo ''; } kemet_edit_post_link( sprintf( /* translators: %s: Name of current post */ esc_html__( 'Edit %s', 'kemet' ), the_title( '"', '"', false ) ), '', '' ); } endif;