From 02ae17aa0f9f900cd6ab801f1a578e483279d3a3 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Thu, 27 Aug 2009 21:27:45 +0000 Subject: [PATCH] Define in the default theme. Fixes #10682 props Viper007Bond. git-svn-id: https://develop.svn.wordpress.org/trunk@11886 602fd350-edb4-49c9-b593-d223f7449a82 --- 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') ) {