Twenty Thirteen: fix comment cruft left from r24338.

git-svn-id: http://core.svn.wordpress.org/trunk@24342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-05-23 23:48:02 +00:00
parent 0e0bbd38a2
commit 59177c4806

View File

@ -95,7 +95,7 @@ function twentythirteen_setup() {
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 604, 270, true );
// Register custom image sizes for image and gallery post formats.
// Register custom image size for image post formats.
add_image_size( 'twentythirteen-image-post', 724, 1288 );
// This theme uses its own gallery styles.