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
This commit is contained in:
lancewillett 2012-07-13 00:27:29 +00:00
parent 1987dfa0a1
commit 5621400377
1 changed files with 1 additions and 1 deletions

View File

@ -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.