20 lines
276 B
PHP
20 lines
276 B
PHP
<?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(
|
|
'bg' => '',
|
|
'border' => '',
|
|
'text' => '',
|
|
'link' => '',
|
|
'url' => '',
|
|
);
|