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.
_s/inc/wpcom.php

22 lines
306 B
PHP
Raw Normal View History

<?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' => '',
);