Files
wp386/inc/wpcom.php
2013-08-10 18:42:40 +09:00

22 lines
308 B
PHP

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