From 7587a581e3e03983c5d343bcf17eb886750acc79 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 29 Mar 2013 05:24:12 +0000 Subject: [PATCH] Twenty Thirteen: simpler name for custom image size for image post formats, see #23620. git-svn-id: https://develop.svn.wordpress.org/trunk@23848 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/content-image.php | 2 +- wp-content/themes/twentythirteen/functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentythirteen/content-image.php b/wp-content/themes/twentythirteen/content-image.php index 54c5224d1a..8e6eca1e27 100644 --- a/wp-content/themes/twentythirteen/content-image.php +++ b/wp-content/themes/twentythirteen/content-image.php @@ -10,7 +10,7 @@
>
- +
diff --git a/wp-content/themes/twentythirteen/functions.php b/wp-content/themes/twentythirteen/functions.php index 6006bc5277..bea0fac289 100644 --- a/wp-content/themes/twentythirteen/functions.php +++ b/wp-content/themes/twentythirteen/functions.php @@ -101,7 +101,7 @@ function twentythirteen_setup() { set_post_thumbnail_size( 604, 270, true ); // Register custom image size for image post formats. - add_image_size( 'twentythirteen-image-post-format', 724, 1288 ); + add_image_size( 'twentythirteen-image-post', 724, 1288 ); // This theme uses its own gallery styles. add_filter( 'use_default_gallery_style', '__return_false' );