From 9e817e0aa4089880a9499bfdaf01163d78d7d772 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Wed, 11 Jan 2012 04:24:42 +0000 Subject: [PATCH] _s: There's little worry about setting the wrong themecolors if you're manually including this file so let's have every array item and leave them blank for now --- inc/wpcom.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/inc/wpcom.php b/inc/wpcom.php index f8f1fd9..0080052 100644 --- a/inc/wpcom.php +++ b/inc/wpcom.php @@ -12,7 +12,9 @@ * @since _s 1.0 */ $themecolors = array( - 'bg' => 'ffffff', - 'border' => 'eeeeee', - 'text' => '444444', + 'bg' => '', + 'border' => '', + 'text' => '', + 'link' => '', + 'url' => '', );