From 85f7094ce6234a37b9b3651aecb73dd39a73b166 Mon Sep 17 00:00:00 2001 From: lancewillett Date: Fri, 13 Jul 2012 00:27:29 +0000 Subject: [PATCH] Twenty Twelve: change content_width variable to the correct value, matching the width of the main content container. Fixes #21248. git-svn-id: http://core.svn.wordpress.org/trunk@21267 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwelve/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentytwelve/functions.php b/wp-content/themes/twentytwelve/functions.php index e8aa0556bc..fabd342c90 100644 --- a/wp-content/themes/twentytwelve/functions.php +++ b/wp-content/themes/twentytwelve/functions.php @@ -29,7 +29,7 @@ * Set the content width based on the theme's design and stylesheet. */ if ( ! isset( $content_width ) ) - $content_width = 584; + $content_width = 625; /** * Sets up theme defaults and registers support for various WordPress features.