diff --git a/src/wp-content/themes/twentyfourteen/author.php b/src/wp-content/themes/twentyfourteen/author.php index be31752110..c5a03d0407 100644 --- a/src/wp-content/themes/twentyfourteen/author.php +++ b/src/wp-content/themes/twentyfourteen/author.php @@ -27,9 +27,8 @@ get_header(); ?> the_post(); printf( __( 'All posts by %s', 'twentyfourteen' ), sprintf( - '%3$s', + '%2$s', esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), - esc_attr( get_the_author() ), get_the_author() ) ); ?> diff --git a/src/wp-content/themes/twentyfourteen/content-aside.php b/src/wp-content/themes/twentyfourteen/content-aside.php index e67dd48fb2..b8aeedbf0f 100644 --- a/src/wp-content/themes/twentyfourteen/content-aside.php +++ b/src/wp-content/themes/twentyfourteen/content-aside.php @@ -19,7 +19,7 @@
- + diff --git a/src/wp-content/themes/twentyfourteen/content-featured-post.php b/src/wp-content/themes/twentyfourteen/content-featured-post.php index 1c2a21af58..10e8f33364 100644 --- a/src/wp-content/themes/twentyfourteen/content-featured-post.php +++ b/src/wp-content/themes/twentyfourteen/content-featured-post.php @@ -6,7 +6,7 @@ ?>
> - +
- + @@ -51,7 +51,7 @@ endif;
- + diff --git a/src/wp-content/themes/twentyfourteen/content-image.php b/src/wp-content/themes/twentyfourteen/content-image.php index ba8987a52b..355eb7c415 100644 --- a/src/wp-content/themes/twentyfourteen/content-image.php +++ b/src/wp-content/themes/twentyfourteen/content-image.php @@ -27,7 +27,7 @@
- + diff --git a/src/wp-content/themes/twentyfourteen/content-link.php b/src/wp-content/themes/twentyfourteen/content-link.php index 623feada30..085499d34f 100644 --- a/src/wp-content/themes/twentyfourteen/content-link.php +++ b/src/wp-content/themes/twentyfourteen/content-link.php @@ -19,7 +19,7 @@