This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
2012-01-11 03:43:23 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* WordPress.com-specific functions and definitions
|
|
|
|
*
|
|
|
|
* @package _s
|
|
|
|
* @since _s 1.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Set a default theme color array for WP.com.
|
|
|
|
*
|
|
|
|
* @since _s 1.0
|
|
|
|
*/
|
|
|
|
$themecolors = array(
|
2012-01-11 04:24:42 +00:00
|
|
|
'bg' => '',
|
|
|
|
'border' => '',
|
|
|
|
'text' => '',
|
|
|
|
'link' => '',
|
|
|
|
'url' => '',
|
2012-01-11 03:43:23 +00:00
|
|
|
);
|