diff --git a/wp-content/themes/twentyfourteen/inc/template-tags.php b/wp-content/themes/twentyfourteen/inc/template-tags.php index 9c3a6aba6e..0cfdf806fd 100644 --- a/wp-content/themes/twentyfourteen/inc/template-tags.php +++ b/wp-content/themes/twentyfourteen/inc/template-tags.php @@ -165,10 +165,10 @@ add_action( 'edit_category', 'twentyfourteen_category_transient_flusher' ); add_action( 'save_post', 'twentyfourteen_category_transient_flusher' ); /** - * Display an optional post thumbnail on a single view. + * Display an optional post thumbnail. * - * Adds an anchor element to the post thumbnail, when on - * index views, and a div element when on a single view. + * Wraps the post thumbnail in an anchor element on index + * views, or a div element when on single views. * * @since Twenty Fourteen 1.0 * @@ -184,7 +184,7 @@ function twentyfourteen_post_thumbnail() {
" rel="">