diff --git a/src/wp-content/themes/twentytwelve/author.php b/src/wp-content/themes/twentytwelve/author.php index 6570108e7e..4e95eafc22 100644 --- a/src/wp-content/themes/twentytwelve/author.php +++ b/src/wp-content/themes/twentytwelve/author.php @@ -29,7 +29,7 @@ get_header(); ?> ?>
-

' . get_the_author() . '' ); ?>

+

' . get_the_author() . '' ); ?>

max_num_pages > 1 ) : ?> - 1 ) : $next_attachment_url = get_attachment_link( $attachments[ $k ]->ID ); else : // or get the URL of the first image attachment - $next_attachment_url = get_attachment_link( $attachments[ 0 ]->ID ); + $next_attachment_url = get_attachment_link( $attachments[0]->ID ); endif; else : // or, if there's only 1 image, get the URL of the image