Fix space usage

This commit is contained in:
IanDelMar 2018-12-26 11:26:22 +01:00 committed by GitHub
parent f5edb00c9f
commit 9779563248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if ( ! function_exists( 'understrap_posted_on' ) ) {
'<span class="posted-on">%1$s <a href="%2$s" rel="bookmark">%3$s</a></span>',
esc_html_x( 'Posted on', 'post date', 'understrap' ),
esc_url( get_permalink() ),
apply_filters( 'understrap_posted_on_time', $time_string )
apply_filters( 'understrap_posted_on_time', $time_string )
)
);
$byline = apply_filters(