Twenty Twelve: change content_width variable to the correct value, matching the width of the main content container. Fixes #21248.

git-svn-id: https://develop.svn.wordpress.org/trunk@21267 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-07-13 00:27:29 +00:00
parent 9423d09005
commit 2934b3d7b0
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.