achille-press/inc/wpcom.php
obenland c4f2aa32ce _s: Formatting changes:
- Reduce element comments to either the element id or the first element
class.
- Tabs > Spaces.
- Improve adherence to formatting guidelines.
2013-03-04 16:41:38 -08:00

23 lines
339 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' => '',
);