%5$s. Bookmark the permalink.';
} elseif ( '' != $categories_list ) {
$utility_text = 'This entry was published in %1$s by %5$s. Bookmark the permalink.';
} else {
$utility_text = 'This entry was published by %5$s. Bookmark the permalink.';
}
printf(
$utility_text,
$categories_list,
$tag_list,
esc_url( get_permalink() ),
the_title_attribute( 'echo=0' ),
esc_html( get_the_author() ),
esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) )
);
edit_post_link( 'Edit', ' ', '' );
?>