Skip to content

Commit

Permalink
Switch from rel bookmark to u-url
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Mar 9, 2018
1 parent 521cd80 commit c12afe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/template-tags.php
Expand Up @@ -118,7 +118,7 @@ function twentysixteen_entry_date() {
get_the_modified_date()
);

printf( '<span class="posted-on"><span class="screen-reader-text">%1$s </span><a href="%2$s" rel="bookmark">%3$s</a></span>',
printf( '<span class="posted-on"><span class="screen-reader-text">%1$s </span><a class="u-url" href="%2$s">%3$s</a></span>',
_x( 'Posted on', 'Used before publish date.', 'twentysixteen' ),
esc_url( get_permalink() ),
$time_string
Expand Down

0 comments on commit c12afe5

Please sign in to comment.