Twenty Fifteen: minor code style for variable within array notation. See #30133.

git-svn-id: https://develop.svn.wordpress.org/trunk@30048 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2014-10-28 16:39:14 +00:00
parent 48a504cc50
commit 61fb72e3c5
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ function twentyfifteen_get_color_scheme() {
$color_schemes = twentyfifteen_get_color_schemes();
if ( array_key_exists( $color_scheme_option, $color_schemes ) ) {
return $color_schemes[$color_scheme_option]['colors'];
return $color_schemes[ $color_scheme_option ]['colors'];
}
return $color_schemes['default']['colors'];