Logo
Explore Help
Sign In
stian/wp386
Watch 1
Star 0
Fork 0
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
73ffdba03cd42453f0938ca5b961e00a1193ca08
wp386/inc/wpcom.php
T

21 lines
276 B
PHP
Raw Normal View History

_s: simplifying functions.php by making some of the stuff happening there modular with functions being called in templates showing up in template-tags.php, little extras that won't produce a visible error if they're missing in tweaks, and wpcom stuff in wpcom
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(
_s: There's little worry about setting the wrong themecolors if you're manually including this file so let's have every array item and leave them blank for now
2012-01-11 04:24:42 +00:00
'bg' => '',
'border' => '',
'text' => '',
'link' => '',
'url' => '',
_s: simplifying functions.php by making some of the stuff happening there modular with functions being called in templates showing up in template-tags.php, little extras that won't produce a visible error if they're missing in tweaks, and wpcom stuff in wpcom
2012-01-11 03:43:23 +00:00
);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.27.0 Page: 19ms Template: 4ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API