achille-press/inc/wpcom.php
Michael Fields 1d680edf9c _s: needs to be declared globally.
git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8964 d957f892-c61d-0410-b221-f235e6eecf30
2012-02-17 22:34:53 +00:00

23 lines
328 B
PHP

<?php
/**
* WordPress.com-specific functions and definitions
*
* @package _s
* @since _s 1.0
*/
global $themecolors;
/**
* Set a default theme color array for WP.com.
*
* @global array $themecolors
* @since _s 1.0
*/
$themecolors = array(
'bg' => '',
'border' => '',
'text' => '',
'link' => '',
'url' => '',
);