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:
parent
48a504cc50
commit
61fb72e3c5
@ -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'];
|
||||
|
Loading…
Reference in New Issue
Block a user