themes-wordpress/ixion/components/post/content-meta.php
2018-02-27 14:21:03 +11:00

12 lines
349 B
PHP

<div class="entry-meta">
<?php ixion_post_meta(); ?>
<?php edit_post_link(
sprintf(
/* translators: %s: Name of current post */
esc_html__( 'Edit %s', 'ixion' ),
the_title( '<span class="screen-reader-text">"', '"</span>', false )
),
'<span class="edit-link">',
'</span>'
); ?>
</div><!-- .entry-meta -->