achille-press/inc/wpcom.php
2013-03-18 14:53:23 -05:00

21 lines
305 B
PHP

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