From 59177c48061a1d24de189ac6dad12487fe539ce9 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 23 May 2013 23:48:02 +0000 Subject: [PATCH] Twenty Thirteen: fix comment cruft left from r24338. git-svn-id: http://core.svn.wordpress.org/trunk@24342 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/functions.php b/wp-content/themes/twentythirteen/functions.php index 64ff2c2ac1..935bdfa475 100644 --- a/wp-content/themes/twentythirteen/functions.php +++ b/wp-content/themes/twentythirteen/functions.php @@ -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.