Skip to content

Commit

Permalink
If separators are hidden, still display a space between whatever-come…
Browse files Browse the repository at this point in the history
…s-before-it and the date in bylines
  • Loading branch information
benlk committed Oct 27, 2016
1 parent d53c653 commit 226323c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/byline_class.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function maybe_published_date() {
*/
function published_date() {
echo sprintf(
'<span class="sep"> | </span><time class="entry-date updated dtstamp pubdate" datetime="%1$s">%2$s</time>',
'<span class="sep"> |</span> <time class="entry-date updated dtstamp pubdate" datetime="%1$s">%2$s</time>',
esc_attr( get_the_date( 'c', $this->post_id ) ),
largo_time( false, $this->post_id )
);
Expand Down

0 comments on commit 226323c

Please sign in to comment.