forked from mirror/_s
_s: needs to be declared globally.
git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8964 d957f892-c61d-0410-b221-f235e6eecf30
This commit is contained in:
parent
ebf6fe57ab
commit
6817af282c
|
@ -6,9 +6,12 @@
|
|||
* @since _s 1.0
|
||||
*/
|
||||
|
||||
global $themecolors;
|
||||
|
||||
/**
|
||||
* Set a default theme color array for WP.com.
|
||||
*
|
||||
* @global array $themecolors
|
||||
* @since _s 1.0
|
||||
*/
|
||||
$themecolors = array(
|
||||
|
|
Reference in New Issue