From 83f02363e10e9ac2cb2e7194f22e18ba0dd340d7 Mon Sep 17 00:00:00 2001 From: westi Date: Thu, 27 Aug 2009 21:27:45 +0000 Subject: [PATCH] Define in the default theme. Fixes #10682 props Viper007Bond. git-svn-id: http://svn.automattic.com/wordpress/trunk@11886 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/default/functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-content/themes/default/functions.php b/wp-content/themes/default/functions.php index 9ad4ef2348..7562a8160d 100644 --- a/wp-content/themes/default/functions.php +++ b/wp-content/themes/default/functions.php @@ -4,6 +4,8 @@ * @subpackage Default_Theme */ +$content_width = 450; + automatic_feed_links(); if ( function_exists('register_sidebar') ) {